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

### What problem does this feature solve? 选中表头时进行输入,可以改变整列数据 ### What does the proposed API look like? 最好是提供一个函数配置,单元格级别

feature

### What problem does this feature solve? 有没有可能加一个切换单选和多选模式切换的配置? 单选模式下selectCells就没有高亮效果了,多选模式下selectCell没有效果 ### What does the proposed API look like? 切换单选和多选模式切换的配置 单选模式下selectCells就没有高亮效果了,多选模式下selectCell没有效果

feature

### Version 1.19.7 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/gantt/gantt-edit ### Steps to Reproduce 1、修改代码中的columns,仅保留两列或三列 2、将图表中右侧部分缩起来,完全显示前面所有列 3、将第一列宽度减小 ### Current Behavior 通过上述操作,导致中间出现空白。 ### Expected Behavior 希望右侧能自动补充空白处 ### Environment ```markdown - OS: -...

bug

### Version 1.19.8 ### Link to Minimal Reproduction http:// ### Steps to Reproduce 1.集成最新版本v1.19.8,使用官网用例,https://visactor.io/vtable/demo-vue/usage/option 2.编译打包 3.部署到生产环境运行无法显示表格、同时控制台报错 另,开发环境表格显示正常,但打包后部署到生产环境运行无法显示表格、同时控制台报错 ### Current Behavior 开发环境表格显示正常,但打包后部署到生产环境运行无法显示表格、同时控制台报错 ![Image](https://github.com/user-attachments/assets/7d818ca9-c199-4f5e-89e6-fda8018b5f47) ### Expected Behavior 表格可正常显示 ### Environment ```markdown -...

bug

### What problem does this feature solve? Group组件也能支持stick布局,现有的只有text可以支持。 ### What does the proposed API look like? 自定义组件也能支持粘性布局

feature