VTable
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.
### 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...
### 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  ### Current Behavior  ### Expected Behavior  希望选择单元格后,不默认触发合并的单元格 ### Environment ```markdown - OS:win11 - Browser:火狐或者谷歌...
[[中文版模板 / 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?   多级表头时, 很多情况下 是有很多列需要展示,列数比较多时, 一屏幕看不全, 可以把某些不是特别需要关注的列先折叠起来。 如上面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…]()
### What problem does this feature solve?  汇总功能,需要支持选中维度,则激活相关的维度总数  ### What does the proposed API look like? 汇总功能,需要支持 https://visactor.io/vtable/demo/data-analysis/pivot-analysis-calculatedField
### 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:...
### What problem does this feature solve? 允许在vue3中使用jsx写法进行渲染 ### What does the proposed API look like? 在当前基础上兼容或扩展
### What problem does this feature solve? 自定义固定的行维度字段 ### What does the proposed API look like? 或者frozenRowCount在透视表生效
### 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',...