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

[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...

### What problem does this feature solve? 因为颜色配置的项目比较多,配置起来比较繁琐,希望增加s2的主题色功能,提供根据主色自动生成色板功能 类似s2下面这样 https://s2.antv.antgroup.com/examples/theme/custom/#custom-generate-palette ### What does the proposed API look like? 类似s2提供根据主色自动生成色板的函数

![Image](https://github.com/VisActor/VTable/assets/49136199/db225899-5722-4938-b831-e9a81eafbad6)

feature
bp

### Version ^0.25.5 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-simple-demo-forked-hgsqc6?file=%2Fsrc%2Findex.ts%3A31%2C36 ### Steps to Reproduce 1. DBClick on the first column (Item Number) => Editor works 2. DBClick on the third column...

bug

### Version 0.25.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/edit/add-delete-records ### Steps to Reproduce option中添加 rowSeriesNumber: { dragOrder: true, width: '45', format: () => { return; }, }, ### Current Behavior...

bug

I am not sure if this is a bug or not, but my table was working fine yesterday. Today, I came in and update to the newer version of the...

### What problem does this feature solve? ![1715768250208](https://github.com/VisActor/VTable/assets/169753903/7f72acfc-f82c-4697-9819-25dc9d1baf34) ### What does the proposed API look like? 1

### Version 0.25.4 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/table-type/list-table-tree ### Steps to Reproduce 1. 官方 listTable 示例,使用 tableInstance.addRecords addRecord API 添加数据,如果数据中带有 children 数据,children 内数据添加不上 ### Current Behavior 子元素添加不成功 ### Expected...

feature

### What problem does this feature solve? 目前listtable是多选模式。希望支持单选,即只允许每次选择一行 ### What does the proposed API look like? 添加控制属性

good first issue
feature