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? 为了解决,透视图表和vchart的主题配置时,能够统一通过主题配置,(这些配置包括 轴线、轴网格线、轴标题、轴标签、图例、数据标签、提示信息标题、提示信息keylabel、提示信息valuelabel,图元配置)等。 ### What does the proposed API look like? 与vchart主题配置方式一致。通过 全局样式、色板、图元、系列和组件样式,来实现透视图表中的图表的绘制。

场景 setRecords 调用时是滚动到中间的情况下 场景场景树浪费了首屏创建的时间 https://github.com/VisActor/VTable/pull/1482 已关闭,可以新建分支

### What problem does this feature solve? 增加旋转90度或者180度的功能,目前使用css样式旋转90度后,交互出现了问题。 ### What does the proposed API look like? :)

### What problem does this feature solve? 在有的编辑器场景中,columns 配置会交给高级用户自行填写([VTable 已用于开源知识库应用太微 Tiddlywiki 的表格插件](https://github.com/VisActor/VTable/discussions/1651)) 但标签渲染是一个常用的功能,如果每次都需要用单元格自定义渲染(CustomRender)去配置,会导致复制黏贴很长的配置项。希望我能将定义好的某种自定义渲染,例如标签字段 ([如何为 tags 字段绘制标签丸 (圆角矩形)](https://github.com/VisActor/VTable/discussions/1688)),封装为高级用户开箱即用的单元格类型,类似 `link` `text`,高级用户就能直接使用 `cellType: 'tags',` 了。 ### What does the proposed API look like?...

### Version 0. 25.2 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 400 列,400 行时卡顿明显 ### Current Behavior 无 ### Expected Behavior 无 ### Environment ```markdown - OS:...

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

``` "showColumnHeader": false, "showRowHeader": false, "hideIndicatorName": true ``` 2个show, 1个hide, 才能实现完全的隐藏, 理解起来成本很高, 需要优化一下.

bp

### Version 0.25.2 ### Link to Minimal Reproduction -1 ### Steps to Reproduce ![img_v3_02an_68ce0f54-e51a-4473-ac15-20d56078c75g](https://github.com/VisActor/VTable/assets/72694814/e6f1ac7c-3181-41e1-bd53-a29028495fea) ![img_v3_02an_5a88fad0-9304-4d0a-aca2-1a39c3058f3g](https://github.com/VisActor/VTable/assets/72694814/0c2aecb3-5351-49ac-887b-128f6100c5a1) ### Current Behavior { "columnTree": [ { "dimensionKey": "col_fld_tmp_mg_1", "value": "重庆" }, { "dimensionKey": "col_fld_tmp_mg_1",...

bug

### What problem does this feature solve? 为了实现表格总计在最上方显示 ### What does the proposed API look like? 为了实现表格总计在最上方显示