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.
透视表设置左侧冻结列数为0时无效,设置为其他值正常,这是bug吗?
### Version 最新版 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 一开始是本地写,插槽式的自定义完全不行。 在官方示例上的自定义表头示例中加了一个多级表头后,自定义表头中的内容就消失了。 示例链接:https://www.visactor.io/vtable/demo-vue/custom-layout/cell-dom-component 加多级表头: ### Current Behavior 上面 ### Expected Behavior 上面 ### Environment ```markdown - OS:...
### Version 1.21.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-llmg6k?file=%2Fsrc%2Findex.js%3A47%2C9 ### Steps to Reproduce 任务,直接拖拽到标题外部就报错 ### Current Behavior 直接报错估计是没有 ### Expected Behavior 1. 如果是任务超出,向上挪到标题,那么应该是默认挪到是第一行 2. 其他应该是恢复原先效果 ### Environment ```markdown - Browser:谷歌浏览器...
每次调用 updateOption 在调用链路中都会调用 createSceneGraph,这里的 this.proxy.createGroupForFirstScreen 是否可以做缓存对比来按需更新呢 https://github.com/VisActor/VTable/blob/fb457001fd368191ddf65e44d5b3aeb596b15c4a/packages/vtable/src/scenegraph/scenegraph.ts#L409-L461
合并单元格bug
合并单元格后展示的是第一个单元格数据,修改展示的是 第二个单元格的数据 ,删除第二个单元格的数据后展示的还是第一个单元格的数据
### What problem does this feature solve? 如题 ### What does the proposed API look like? ``` { theme: { checkBox: { color: #xxxxxx } } } ```
### Version 1.22.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1.想要为 vtable-sheet 右键菜单【冻结】操作设置监听 2. // 冻结事件 tableInstance?.on('freeze_click', (args) => { console.log('冻结列事件', args) }) 3. 点击后未正常输出 ### Current...
### Version 1.19.8 ### Link to Minimal Reproduction http:// ### Steps to Reproduce 使用的官网基本示例, 填写带小数的值会progress的值被四舍五入 const records = [ { id: 2, title: 'Scope', developer: '[email protected]', start: '2025-09-06', end: '2025-09-13',...
### Version 1.22.2 ### Link to Minimal Reproduction [Bug] 填充柄拖动不灵敏,鼠标悬停变加号 的热区太小,导致拖动失效 ### Steps to Reproduce [Bug] 填充柄拖动不灵敏,鼠标悬停变加号 的热区太小,导致拖动失效 ### Current Behavior [Bug] 填充柄拖动不灵敏,鼠标悬停变加号 的热区太小,导致拖动失效 ### Expected Behavior [Bug] 填充柄拖动不灵敏,鼠标悬停变加号 的热区太小,导致拖动失效...
### Version 1.22.2 ### Link to Minimal Reproduction 参照下面的示意图 ### Steps to Reproduce tableInstance.addRecord(records, recordIndex); ganttInstance.setRecords(tableInstance.records); ### Current Behavior 甘特图添加任务(task)后,树形表格的上级未更新起止时间,甘特图的任务条也无法突破初始化时的最小时间和最大时间区间,详见下图 https://osstest.azhu.co/upload/10094/20251030/p_1761814644091f82862c4-728f-42ef-86aa-6d79eb467946.png  ### Expected Behavior 1. 添加任务后,能自动更新树形表格上层的起止时间;(如有其他方法能达到此目的,烦请告知) 2. 甘特图重新setRecords后,所有任务条的起止日期能正常显示 ###...