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

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

chore

```javascript "columnWidthConfig": [ { "width": 196, "dimensions": [ { "value": "零售价", "indicatorKey": "xx1", }, { "value": "①正常库存", "dimensionKey": "xx2", }, { "value": "奶粉类", "dimensionKey": "xx3", } ] } ] ```...

### What problem does this feature solve? 主从表中的从表是否可以支持展开显示从表 ### What does the proposed API look like? 主从表中的从表是否可以支持展开显示从表

feature

### Version 1.20.3 ### Link to Minimal Reproduction No ### Steps to Reproduce 1. disableSelectOnContextMenu: true Assuming you currently have a selected cell and right-click on it, the selection will...

bug

### Version 1.20.3 ### Link to Minimal Reproduction No ### Steps to Reproduce Add tree: true to a column in columns, where there are children in the records data, then...

bug

### What problem does this feature solve? ### 当前问题 - 配置受限:autoJump 仅支持布尔值,无法区分不同的滚动行为 - 缺少页面滚动:当搜索结果超出视窗时,页面不会自动滚动以显示结果,用户需要手动滚动才能看到超出可视区域的搜索结果 改造前:https://share.cleanshot.com/Jh4Zx7NQ 改造后:https://share.cleanshot.com/XJT48vcX ### What does the proposed API look like? ```ts export type SearchComponentOption = {...

feature

### Version 1.20.3 ### Link to Minimal Reproduction 导出数据为CSV,再导入会多出一列 ### Steps to Reproduce 1. 随便定一个表格,导出为CSV格式; 2. 导出的CSV内容如下,看上去是在最后多加了“,”; 3. 再导入上述导出的CSV文件; ### Current Behavior 在表格最后多出了一列; ### Expected Behavior 表格列数和行数应该一致。 ### Environment ```markdown...

bug

run bugserverCase for #4705 [[中文版模板 / 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...

chore
vtable

### Version 1.22.3 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce vtable 本地demo ``` import * as VTable from '@visactor/vtable'; import { bindDebugTool } from '@visactor/vtable/es/scenegraph/debug-tool'; import {...

bug
High Priority

### Version 1.22.3 ### Link to Minimal Reproduction https://www.visactor.io/vtable/guide/plugin/master-detail?version=1.22.3 ### Steps to Reproduce VTable.register.icon('loading', { type: 'image', width: 16, height: 16, src: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/media/loading-circle.gif', name: 'loading', positionType: VTable.TYPES.IconPosition.contentLeft, marginLeft: 0, marginRight:...

bug