VTable icon indicating copy to clipboard operation
VTable copied to clipboard

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.

Results 261 VTable issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? 用户部分用户对于某些数据一上来可能会先关注降序,有些关注升序,但是目前点击排序是固定的顺序,先下后上。 ### What does the proposed API look like? 可以通过点击箭头增加一个参数,知道点击的是上箭头还是下箭头。

feature

![image](https://github.com/user-attachments/assets/22729f9b-7646-49e3-a9fd-8d8918ef1264) **当前逻辑:** 发现排序按钮的上下箭头按键不能单独点击来进行控制,目前点击都是按照**先升序(上箭头)后降序(下箭头)再取消排序**三种顺序来显示。 **问题:** 在实际的使用中,用户可能一开始就有明确的点击升降序需求,比如点击降序按钮想看降序的数据,但是目前的按钮需要点击两次才能实现降序。 **兼容:** 如果上下箭头的图标单独点击拆分麻烦,可以提供一个初始排序类型的api吗,比如可以设置第一次点击时默认是先降序/升序,而不是当前的指定升序。

### What problem does this feature solve? 分组标题自定义太复杂了 ### What does the proposed API look like? 分组标题自定义太复杂了

feature

### Version 1.7.4 ### Link to Minimal Reproduction none ### Steps to Reproduce 1.选择单元格事件里面有重绘表格的情况 2.双击事件无法触发 ### Current Behavior 1.选择单元格事件里面有重绘表格的情况 2.双击事件无法触发 ### Expected Behavior 希望能触发双击事件 ### Environment ```markdown - OS: -...

bug

### Version 1.7.4 ### Link to Minimal Reproduction no link ### Steps to Reproduce 正常开发 ### Current Behavior 切换的时候 数据不大,但是cpu 的损耗很大,性能有问题 ![动画](https://github.com/user-attachments/assets/ee752dac-327a-47cc-8fb8-781dd0ece54a) 其他页面不会 就这个页面有很大的问题 ### Expected Behavior 正常不卡顿 ### Environment...

bug

### Version 1.7.7 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/edit/fill-handle ### Steps to Reproduce 1. 官网示例: https://visactor.io/vtable/demo/edit/fill-handle 2. 填充柄, 选择最后一列无法下拉填充 ### Current Behavior 1. 官网示例: https://visactor.io/vtable/demo/edit/fill-handle 2. 填充柄, 选择最后一列无法下拉填充 ### Expected...

bug

### Version 1.7.6 ### Link to Minimal Reproduction none ### Steps to Reproduce 按住shift点选行序号只能选中行序号的单元格,选不到行 ### Current Behavior 按住shift点选行序号只能选中行序号的单元格,选不到行 ### Expected Behavior 按住shift点选行序号能选到整行 ### Environment ```markdown - OS: - Browser: -...

feature

版本:1.7.5-alpha.0 ![image](https://github.com/user-attachments/assets/56980c24-1a7a-4ad8-8c29-ab0a9e5c8ce3) 复现: - 控制单元格最外侧的 borderWidth 为 0 - 主题设为 themes.ARCO 或 themes.DARK

Low Priority

### What problem does this feature solve? 看了文档,autoFillHeight 是填充整个 body,这样会拉伸每行高度,似乎不太美观 现实中倒是经常会有需要填充空行的情况,而行高不变,这样能保持合计行锁定在最底部,例如 el-table 等等,如果高度是 50 行的表,实际数据只有 3 行的话,会自动填充填充空行以保持整体的美观 不知道现有的配置是否支持这种形式,如果不支持,是否可以考虑新增这种形式呢? 现有情况下,是不是只能我自己计算空行填充? ### What does the proposed API look like? none

feature

### What problem does this feature solve? 大数据量情况下复杂格式化快速拖动卡顿问题 ### What does the proposed API look like? none

feature