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

### Version https://unpkg.com/@visactor/vtable/dist/vtable.min.js ### Link to Minimal Reproduction http://itserve.mynatapp.cc/#/icon-bug ### Steps to Reproduce 已附链接地址 ### Current Behavior icon只有一半更新了 ### Expected Behavior 全部更新 ### Environment ```markdown chrome ``` ### Any additional...

bug

### Version 1.5.6 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/custom-render/custom-merge-layout?version=1.5.6 ### Steps to Reproduce ![图片](https://github.com/user-attachments/assets/5d3abba7-b2e5-4f71-959e-27f4744b0519) ### Current Behavior ![图片](https://github.com/user-attachments/assets/176f9645-19bd-4c59-a8c3-a9301c9ef627) ### Expected Behavior ![图片](https://github.com/user-attachments/assets/c1a00ce4-f8de-461a-a6cf-e13f3a1b7fde) 希望选择单元格后,不默认触发合并的单元格 ### Environment ```markdown - OS:win11 - 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

### What problem does this feature solve? ![2024-05-31_14-18_1](https://github.com/VisActor/VTable/assets/1018509/db946528-5178-4c6f-b0f9-820dc9161b49) ![2024-05-31_14-20](https://github.com/VisActor/VTable/assets/1018509/bcdb33e4-345c-4f7f-99e0-7173e3215574) 多级表头时, 很多情况下 是有很多列需要展示,列数比较多时, 一屏幕看不全, 可以把某些不是特别需要关注的列先折叠起来。 如上面2张图, 级别信息,平时看 是折叠的, 展开列可以看到更多信息 ### What does the proposed API look like? 1. 可以 方便控制 展开和折叠...

### What problem does this feature solve? 支持设置某个指标列隐藏,并且该指标的列总计不隐藏 ### What does the proposed API look like? ![Uploading 20240819-140520.jpg…]()

feature

### What problem does this feature solve? ![1723274959590](https://github.com/user-attachments/assets/7ef3b690-eeae-44f0-90d7-1b699902ddb2) 汇总功能,需要支持选中维度,则激活相关的维度总数 ![图片](https://github.com/user-attachments/assets/03d67c60-49ea-454d-9af9-eb803611e4c9) ### What does the proposed API look like? 汇总功能,需要支持 https://visactor.io/vtable/demo/data-analysis/pivot-analysis-calculatedField

feature

### What problem does this feature solve? 比如想给某个columnTree里的虚拟列头设置超链接link类型,目前的headerType只支持在rows和colums中统一设置,无法针对columnTree或rowTree中的某个节点设置link。 ### What does the proposed API look like? ``` columns: [ { dimensionKey: "title", title: "标题", }, ], columnTree: [ { dimensionKey:...

feature

### What problem does this feature solve? 允许在vue3中使用jsx写法进行渲染 ### What does the proposed API look like? 在当前基础上兼容或扩展

feature

### What problem does this feature solve? 自定义固定的行维度字段 ### What does the proposed API look like? 或者frozenRowCount在透视表生效

feature

### Version 1.5.4 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/component/empty-tip ### Steps to Reproduce const option = { columns:Array.from(new Array(40)).map((_, idx) => { return { field: `c${idx}`, title: `列c${idx}`, width: 'auto',...

bug