Huangss

Results 10 issues of 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 |...

⚡ enhancement
🙏feature request
💤 inactive
✨ supported or fixed in next

### 🖋 Description ![image](https://user-images.githubusercontent.com/46083022/180693305-d1bda1e8-1e30-4676-9908-10e548fafd0a.png) 比如上面的例子,如果想实现channel按照height 排序,目前明细表是没法通过配置sortParams 实现的,希望sortByMeasure 对明细表也生效 ### 🏞 What problem does this feature solve ### 🧐 Suggest the API | name | type | default | description |...

🙏feature request
table sheet
💤 inactive

### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.19.0 | | @antv/s2-react | 1.17.0 | | @antv/s2-vue | | ### Sheet Type...

table sheet
💤 inactive

### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.33.0 | | @antv/s2-react | 1.30.0 | | @antv/s2-vue | | ### Sheet Type...

💤 inactive
✨ supported or fixed in next

### 🏷 Version | Package | Version | | -------------- | ------- | | @antv/s2 | 1.39.1 | | @antv/s2-react | - | | @antv/s2-vue | - | ### Sheet...

⭐️ Welcom PR
💤 inactive

### 🖋 Description ![image](https://user-images.githubusercontent.com/46083022/196850544-939c6d0b-ae11-4605-82dc-b9f454c06ff6.png) 如图,希望能提供非树状结构的展开收起 ### 🏞 What problem does this feature solve ### 🧐 Suggest the API | name | type | default | description | |----|----|----|----| | -...

🙏feature request
⭐️ Welcom PR
💤 inactive

![image](https://user-images.githubusercontent.com/46083022/223683174-3aa049bf-4215-4abb-899f-b2f7cf1550a3.png)

### 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 ![image](https://github.com/user-attachments/assets/069217d7-e988-481b-9c66-4ce119f2ca03) 图片模糊 ### Expected Behavior 图片高清适配 ### Environment ```markdown - OS: - Browser:...

bug
good first issue

我需要在排序icon后面显示数值 ![image](https://github.com/user-attachments/assets/3e2a59a7-a5c7-4048-b376-f78f946aa6e2) 像上面这样

### 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 报错 ![Image](https://github.com/user-attachments/assets/ce3b9eb5-5c38-44af-a90e-2038efd40269) ### Expected Behavior...

bug