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? 避免多组数据插入到不同row时多次渲染 ### What does the proposed API look like? ```ts batchAddRecords(fn: (param: (records: any[], recordIndex?: number) => void) => void ) { fn(this.addRecords.bind(this))...

feature

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

chore

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

chore

[[中文版模板 / 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? 当前表格的列数据聚合功能非常实用(在表尾展示统计结果),但发现当表格数据为空时,聚合行会完全隐藏。这可能导致以下问题: 1. 空数据状态下无法展示预设的统计逻辑 2. 需要手动新增假行数据,带来额外开发成本 ### What does the proposed API look like? 新增一个配置项(如 showAggregationWhenEmpty),实现: 当开启时(true):即使数据为空也展示聚合行; 当关闭时(false,默认值):保持现有逻辑(隐藏聚合行)

feature

### Version latest ### Link to Minimal Reproduction https://codesandbox.io/p/devbox/vtable-customrender-demo-forked-zvzhgp?workspaceId=ws_AJWGGxrzT5KStfxRvpf1sF ### Steps to Reproduce 如 demo 中的数据, 分组结构比较复杂, 如果只有 1 列, 展开收起还好, 列表稍微多一点(10 列左右), 性能指数级下降, 页面会卡死 ![Image](https://github.com/user-attachments/assets/8cb50937-48f5-4916-865e-9ae42970e100) ### Current Behavior -...

bug

[[中文版模板 / 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...

docs
vtable

[[中文版模板 / 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...

### Version latest ### Link to Minimal Reproduction none ### Steps to Reproduce bug server case id: 6809ad504d980e00a9ed17e4 ### Current Behavior bug server case id: 6809ad504d980e00a9ed17e4 ### Expected Behavior bug...

bug
bp

### Version 1.1.18 ### Link to Minimal Reproduction no ### Steps to Reproduce vue-vtable ### Current Behavior 数据更新会让选择状态消失 ### Expected Behavior 数据更新应该保留选择状态 ### Environment ```markdown - OS: - Browser: -...

bug