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

### Version 1.7.8 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 有多列的时候 x 可以滚动的情况下 按住 shift 拖拽列 鼠标滚轮滚动 x 轴滑动 后 会丢失状态 ### Current Behavior 有多列的时候 x 可以滚动的情况下...

bug

### What problem does this feature solve? 总结栏目前可以选中,并触发编辑事件,希望禁止 ### What does the proposed API look like? 全局aggregation 中添加disableSelect属性

feature

[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...

vtable

### What problem does this feature solve? 希望增加移动行前后事件,在一些系统设置场景下可能需求移动行或拖动行顺序,希望在移动前后增加事件 ### What does the proposed API look like? 希望增加移动行前后事件

feature

### Version 1.7.8 ### Link to Minimal Reproduction https://www.visactor.io/vtable/demo/interaction/context-menu ### Steps to Reproduce 删除 1.在官方右键菜单示例基础上,在columns下的field: 'Order ID'同级添加mergeCell: true,也就是这样{field: 'Order ID',title: 'Order ID',width: 'auto',mergeCell: true}, 2.按照图中框选和指定鼠标触发右键的位置,从第三个PO-19195处按住鼠标,一直移动鼠标到CA-2015的左上角,再移动鼠标到CA-2015的中间或最下面一格位置,此时松开鼠标,右键delete ![cfdf54d1ce0c35be1bfbe78ba40ccdb](https://github.com/user-attachments/assets/5414cad5-287a-4181-a76b-9cd26343bca3) 3.原因是tableInstance.getSelectedCellInfos()得到的值和框选框住的数据不对应导致 复制粘贴 1.复制合并单元格CA-2015,随意粘贴在一个位置,单元格会被解散 ![image](https://github.com/user-attachments/assets/85321cdf-dce6-4b0e-bf35-effb22697687)...

bug

### Version 所有版本 ### Link to Minimal Reproduction bug ### Steps to Reproduce 看图 ![1](https://github.com/user-attachments/assets/4a0e0699-4a35-4b63-9ee2-f76fe53d8437) ### Current Behavior bug ### Expected Behavior bug ### Environment ```markdown - OS: - Browser:...

bug

### Version 1.7.8 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/data-analysis/pivot-analysis-sort-indicator ### Steps to Reproduce 参考如下配置 ```js let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_Pivot_Chart_data.json') .then(res => res.json()) .then(data => { const option = { frozenRowCount:5, indicatorsAsCol:false,...

bug

### Version 1.7.8 ### Link to Minimal Reproduction isAggregation ListTableAPI没声明TS ### Steps to Reproduce isAggregation ListTableAPI没声明TS ### Current Behavior isAggregation ListTableAPI没声明TS ### Expected Behavior isAggregation ListTableAPI没声明TS ### Environment ```markdown -...

bug

PivotTable没有数据时表头宽度展示不正常,宽度设置了auto,没有自动撑开,表头出现了溢出隐藏效果 期望:PivotTable没有数据时表头宽度展示正常,宽度设置了auto,表头会自动撑开 ![img_v3_02f2_b46793c8-0d8f-4341-b234-288f01d7c45g](https://github.com/user-attachments/assets/931e1365-b1a8-4213-ad72-386a85e7a9be)

### What problem does this feature solve? https://visactor.io/vtable/demo-react/custom-layout/cell-custom-dom 这是官网示例,拖宽列宽时闪烁,自定义组件的样式如果不是内嵌就会丢失,对于在vtable中使用arco组件库中组件。样式可能不同步可能会是个问题 ### What does the proposed API look like? #### 关于闪烁 列宽拖宽停止时再绘制呢,解决闪烁问题? #### 关于样式 后面有没有可能考虑,支持组件的less,配置,vrender重新转为内嵌样式呢? 比如: 现在一个button :hover :active 伪类元素配置起来就比较麻烦

feature