VTable
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.
### 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',...
### What problem does this feature solve? updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord ### What does the proposed API look like? updateRecords API得效率很低,存在性能问题,希望能优化一下updateRecord
### 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',...
### 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 -...
配置项参考附件 [测试数据.txt](https://github.com/user-attachments/files/17112803/default.txt)
文档中没有体现多行托拽
### What problem does this feature solve? 1. 点击表格左上角,选中/复制表格主体(除了行头和列头)  2. 点击列头,选中/复制列主体(除了列头)  3. 点击行头,选中/复制行主体(除了行头)  ### What does the proposed API look like? null
### What problem does this feature solve? 高亮单元格时, 对应序号列也支持高亮   ### What does the proposed API look like? null
### What problem does this feature solve?  ### What does the proposed API look like? displayRow: number scrollRow: number
### 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...