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.7 ### Link to Minimal Reproduction ---- ### Steps to Reproduce 示例代码: ``` let tableInstance; const data = [ {row1:'2024-08-01', row2:'周六', Quantity1:'1', Sales1:'4', Quantity2:'2', Sales2:'2'}, {row1:'2024-08-03', row2:'周四', Quantity1:'2',...

bug

### What problem does this feature solve? updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord ### What does the proposed API look like? updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord

feature

### Version 1.7.7 ### Link to Minimal Reproduction 1 ### Steps to Reproduce let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field: 'Order ID',...

bug

### Version 1.7.3 ### Link to Minimal Reproduction [Bug] 列动态设置时,设置了多个customLayout会导致渲染错误 ### Steps to Reproduce 1、配置两个ListColumn,都放一个CustomLayout 2、动态清除第一个ListColumn ### Current Behavior 第二个ListColumn会渲染第一个ListColumn的CustomLayout。 这两个componentId分别为ListColumn-0,ListColumn-1,customLayoutCache记录ID也是记录了这两个。 动态删除第一个ListColumn后,第二个ListColumn的componentId变成了ListColumn-0,读取了customLayoutCache中id为ListColumn-0的配置。 ### Expected Behavior 建议使用field作为ComponentId ### Environment ```markdown -...

bug

配置项参考附件 [测试数据.txt](https://github.com/user-attachments/files/17112803/default.txt)

### What problem does this feature solve? 1. 点击表格左上角,选中/复制表格主体(除了行头和列头) ![20240923204020_rec_](https://github.com/user-attachments/assets/34b171f9-d84e-4d6d-aa6c-c39cd0a69233) 2. 点击列头,选中/复制列主体(除了列头) ![20240923213422_rec_](https://github.com/user-attachments/assets/76c78e43-4b7d-4896-9079-9fe80b491af2) 3. 点击行头,选中/复制行主体(除了行头) ![20240923213505_rec_](https://github.com/user-attachments/assets/7b0ba01c-c27c-41c4-b4da-4a4e186c16d6) ### What does the proposed API look like? null

feature
bp

### What problem does this feature solve? 高亮单元格时, 对应序号列也支持高亮 ![image](https://github.com/user-attachments/assets/ed0bface-4551-4930-9358-49a20a0a056d) ![image](https://github.com/user-attachments/assets/660f4c9b-7d47-4af3-b6e7-672bda184701) ### What does the proposed API look like? null

feature
bp

### What problem does this feature solve? ![20240918171238_rec_](https://github.com/user-attachments/assets/02e8133b-5376-4b30-b1ee-b61542e3e923) ### What does the proposed API look like? displayRow: number scrollRow: number

feature
bp

### Version 1.7.7 ### Link to Minimal Reproduction - ### Steps to Reproduce https://visactor.io/vtable/demo-react/custom-layout/cell-custom-dom 参考这个官方例子 把鼠标指针 反正自定义元素上 表格就 x y 就不能滚动了 需要移动到其它地方 ### Current Behavior 1 ### Expected Behavior 1...

bug