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? 在某些场景下需要展开全部的树形节点,目前文档里只提供了展开某一个树节点的方法toggleHierarchyState,但该方法只能展开某一行的一个节点,希望能增加可以展开全部节点的方法 ### What does the proposed API look like? 增加类似toggleHierarchyAllState方法

feature

### What problem does this feature solve? 表头支持添加迷你图: 在数据集管理场景,用户会有一些轻分析的需求(例如一个模型训练集想看文本长度分布,标签分布),单独开一个模块太重,在表头中有一个迷你图就能解决80%以上的问题,例如https://huggingface.co/datasets/bghira/photo-concept-bucket/viewer/default/train ### What does the proposed API look like? 迷你图功能: 1. hover展示具体信息 2. 支持自定义点击事件

feature
bp

### What problem does this feature solve? 列分组只有1 个字段值的情况下,不出现列总计 行分组只有1 个字段值的情况下,不出现行总计 ### What does the proposed API look like? dataConfig.totals

feature
bp

### Version 1.7.4 ### Link to Minimal Reproduction customLayout方法,当类型cellType为switch,button,progressbar 这三个时,没办法覆盖这三个类型 ### Steps to Reproduce customLayout方法,当类型cellType为switch,button,progressbar 这三个时,没办法覆盖这三个类型 ### Current Behavior customLayout方法,当类型cellType为switch,button,progressbar 这三个时,没办法覆盖这三个类型 ### Expected Behavior customLayout方法,当类型cellType为switch,button,progressbar 这三个时,没办法覆盖这三个类型 ### Environment ```markdown -...

bug

### Version 1 ### Link to Minimal Reproduction 1 ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/3336c4b4-794b-44ff-b746-7f309da9cb18) https://bugserver.cn.goofy.app/case?product=VTable&fileid=67ecf4e1d4307700b694535e ### Current Behavior 1 ### Expected Behavior 1 ### Environment ```markdown - OS: - Browser:...

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...

chore
vtable

### Version 1.17.4 ### Link to Minimal Reproduction https://www.visactor.com/vtable/demo/interaction/move-row-position?version=1.17.4 ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/d5ff5ca4-a015-4d16-9e5e-78deb912b5be) ``` let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field:...

bug

### What problem does this feature solve? 自定义图元组件能把按钮,开关,数据条加上吗 ### What does the proposed API look like? 自定义图元组件能把按钮,开关,数据条加上吗

feature

### What problem does this feature solve? **目的:** - 在点击合并Checkbox单元格的空白处时,能够有和点击Checkbox一样的效果 **当前做法:** - 在CLICK_CELL事件中,获取当前单元格的勾选状态`getCellCheckboxState`,然后通过`setCellCheckboxState`设置相反的状态 **在以下代码中出现问题:** - 点击红色框里的区域时,能勾选Checkbox。再点击蓝色区域时,无法取消勾选Checkbox(图1)。分析原因:点击红色区域后实际只修改了bloggerId为3的那行的勾选状态(图2)。 - 当主动调用`setCellCheckboxState`的方式把bloggerId为4和5的两行设置为和bloggerId为3的相同的CheckboxState时,发现不生效,对应的状态依然是`true, undefined, undefined` **期望:** 1、当调用`setCellCheckboxState`时,如果命中的是合并的单元格,能否把Checkbox的状态都统一设置? 2、或者作者有什么其他的更好的解决方法😁 图1: ![Image](https://github.com/user-attachments/assets/ac249adb-ec98-463c-bfd3-dda4221fd823) 图2: ![Image](https://github.com/user-attachments/assets/e88d41cd-f651-4034-85d3-913c96d63226) **代码如下:** ``` const...

feature

### Version 1.17.2 ### Link to Minimal Reproduction 暂无 ### Steps to Reproduce 1.共25个标题 2.6500个数据单元格 3.左右拖动卡顿严重 可有什么方法优化的 ### Current Behavior ![Image](https://github.com/user-attachments/assets/de198c2d-19c0-483e-acd6-eb65d3b1bf5d) ### Expected Behavior 希望能流畅拖动 ### Environment ```markdown - OS:win10...

bug