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 455 VTable issues
Sort by recently updated
recently updated
newest added

### Version 1.20.1 ### Link to Minimal Reproduction https://codesandbox.io/p/devbox/vtable-export-umd-forked-zj6847?workspaceId=ws_8ier6WcDEV7bdewukbnaS2 ### Steps to Reproduce 点击按钮,会调用updateTaskRecord方法修改最后一行的起始时间 ### Current Behavior 左边表格时间变了,右边任务条没有变化 ### Expected Behavior 右边的任务条也应相应调整 ### Environment ```markdown - OS: - Browser: -...

bug

### Version * ### Link to Minimal Reproduction * ### Steps to Reproduce 200条数据滚动到底部 resize列宽 再编辑单元格 const option: VTable.TYPES.ListTableConstructorOptions = { container: document.getElementById(CONTAINER_ID), records, columns, editor: 'input', heightMode: 'autoHeight', autoWrapText:...

bug

### Version 1.20.0 ### Link to Minimal Reproduction ### Steps to Reproduce ### Current Behavior 使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本 ### Expected Behavior 使用vue-table和element-puls自定义编辑插槽时,输入不了任何文本 ### Environment ```markdown - OS: - Browser: - Framework: ```...

bug

### Version 1 ### Link to Minimal Reproduction 1 ### Steps to Reproduce 1 ### Current Behavior 1 ### Expected Behavior 1 ### Environment ```markdown - OS: - Browser: -...

bug

### Version 1.22.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/gantt/gantt-basic ### Steps to Reproduce 在上述官方示例中,将第一个子任务的结束时间往后调整1年,重新2渲染后点击第一行的展开,发现时间轴并没有根据子甘特条的时间自动扩大区间 ### Current Behavior 时间轴不会由子甘特条的时间区间自动扩大区间 ### Expected Behavior 时间轴能够根据子任务的时间区间自动扩大区间 ### Environment ```markdown - OS: - Browser: -...

bug

### Version 1.22.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-qv3kl7 ### Steps to Reproduce 操作案例上的按钮,则直接可发现此问题 ### Current Behavior #3393 有相同情况,未处理此问题 1.使用updateFilterRules后 2.使用addRecords添加数据 3.再清除筛选方法的条件内容 4.获取records ### Expected Behavior 使用updateFilterRules,addRecords添加数据后,清除筛选条件内容后,则能获取新的records内容 ### Environment ```markdown...

bug

### Version 1.20.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-8dzz22?file=%2Fsrc%2Findex.ts%3A136%2C17 ### Steps to Reproduce ```` import { ColumnsDefine } from "@visactor/vtable"; const columnsList: ColumnsDefine = [ { field: "id", title: "ID",...

bug

### Version 1.20.2 ### Link to Minimal Reproduction 无 ### Steps to Reproduce ``` import {TableExportPlugin} from '@visactor/vtable-plugins'; const tableExportPlugin = new TableExportPlugin({ exportExcelOptions: { exportAllData: true, downloadFile: false, //...

bug

### What problem does this feature solve? [Feature]vtable-react提供的ListTable组件,目前不支持官方plugin的传入使用,希望支持 ### What does the proposed API look like? 组件实例接收一个plugin数组类型参数,传入plugin使用

feature

pivtable 列维度大约680个 行维度大约680个时,数据量过大拖动滚动条会出现列表头重叠展示错误的情况,有没有什么解决的办法? When the pivot table has approximately 680 column dimensions and approximately 680 row dimensions, the excessive data volume may cause the scroll bar to display overlapping list...