Huangss
Huangss
### 🖋 Description 如下示例: https://codesandbox.io/s/sweet-heyrovsky-1x470d?file=/src/App.tsx 1. 配置widthByFieldValue,如果父容器宽度大于表格宽度,表格并不会充满,而且宽度等于widthByFieldValue的字段之和 2. 明细表配置widthByFieldValue对象,key取的是meta的name字段,而不是field, 无法保证唯一性,这样会导致如果有相同的列名,想配置不同的宽度(比如:可视化中相同字段,配置不同的聚合方式),没办法做到 ### 🏞 What problem does this feature solve 1. 希望能够实现配置了widthByFieldValue,把配置的字段宽度,当作最小值,当配置的字段宽度小于父容器的宽度的时候,自动充满 ### 🧐 Suggest the API | name | type |...
### 🖋 Description  比如上面的例子,如果想实现channel按照height 排序,目前明细表是没法通过配置sortParams 实现的,希望sortByMeasure 对明细表也生效 ### 🏞 What problem does this feature solve ### 🧐 Suggest the API | name | type | default | description |...
### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.19.0 | | @antv/s2-react | 1.17.0 | | @antv/s2-vue | | ### Sheet Type...
### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.33.0 | | @antv/s2-react | 1.30.0 | | @antv/s2-vue | | ### Sheet Type...
### 🏷 Version | Package | Version | | -------------- | ------- | | @antv/s2 | 1.39.1 | | @antv/s2-react | - | | @antv/s2-vue | - | ### Sheet...
### 🖋 Description  如图,希望能提供非树状结构的展开收起 ### 🏞 What problem does this feature solve ### 🧐 Suggest the API | name | type | default | description | |----|----|----|----| | -...

### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-c33q9r?file=%2Fsrc%2Findex.ts%3A78%2C1 ### Steps to Reproduce mac触摸板放大,图片模糊 ### Current Behavior  图片模糊 ### Expected Behavior 图片高清适配 ### Environment ```markdown - OS: - Browser:...
我需要在排序icon后面显示数值  像上面这样
### Version 1.17.3 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/interaction/copy-paste-cell-value ### Steps to Reproduce 在firefox和safari访问,拉选复制,报错 主要是这行代码:navigator.permissions.query({ name: 'clipboard-write' as PermissionName }) clipboard-write 在这两个浏览器不存在 ### Current Behavior 报错  ### Expected Behavior...