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

### Version v1.6.0 - v1.7.3 ### Link to Minimal Reproduction 暂无 ### Steps to Reproduce 1. 数据透视表,设置两个指标,其中一个 hide 为 true,另一个支持 sort 为 true。 ### Current Behavior 点击排序,hide 设置失效 ### Expected...

bug

### Version 1.17.3 ### Link to Minimal Reproduction NA ### Steps to Reproduce editCellTrigger: ['keydown'] ### Current Behavior editCellTrigger: ['keydown']时,shift+a来输入大写字母时不能触发 ### Expected Behavior 能触发 ### Environment ```markdown - OS: -...

bug

### Documentation Title or Section 需要可以部署到非联网环境下的文档 ### Issue Description or Suggestion 非联网环境下开发,需要一份可以部署,查看样例的文档

docs

某一列中不再是单纯的按钮横向排列布局,而是某一个按钮可以进行下拉,根据下拉去执行按钮功能 ![Image](https://github.com/user-attachments/assets/56e292e1-65d1-480f-be3e-db75b8324e25)

### Version 1.16.0+ ### Link to Minimal Reproduction 详细见复现步骤 ### Steps to Reproduce 使用1.16.0版本后,taskbar宽度正确,但是横向滚动条无法拖动,并且时间刻度渲染有问题 ![Image](https://github.com/user-attachments/assets/9e99c0b2-71e1-4ef2-be7c-1e3e54ba515b) 切换时间刻度:季度 ![Image](https://github.com/user-attachments/assets/611f616b-f9be-4f6c-8bdc-e1aaf08c834d) 请参考Bug [3348](https://github.com/VisActor/VTable/issues/3348) ### Current Behavior 详细见复现步骤 ### Expected Behavior 更改时间刻度为quarter后,taskbar长度显示正确,并且滚动条、时间刻度渲染不受影响 ### Environment ```markdown...

bug

### Version 1.17.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-kc4988 ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/f55aca8d-f139-4acb-ac23-de1ab4d9e30e) 1.设置表格的编辑器为input-editor 2.columns的第一列设置tree: true 和 editor:'input-editor' 3.当点击树形结构的展开/折叠图标时,会同时将单元格转为编辑状态 ### Current Behavior 表现 - 树结构正常展开/折叠,点击的单元格变为了编辑状态出现input,并且input框内没有原来的内容 ### Expected Behavior 期望...

bug

### What problem does this feature solve? 右键菜单显示出来后 滚动时,菜单还在 导致我不知道我选中的哪一个 ### What does the proposed API look like? 隐藏右键菜单

feature

### What problem does this feature solve? 期望可以在透视图表中添加多组图例,图例不限于尺寸图例、颜色图例和离散图例。 ### What does the proposed API look like? 官网示例没找到颜色图例和尺寸图例的示例。

feature

### Version 1.17.3 ### Link to Minimal Reproduction https://applink.feishu.cn/client/message/link/open?token=AmU%2FQqHXB0ADZ%2BOZXI2DQAE%3D ### Steps to Reproduce 1.复制以下代码,粘贴到官网实例 `VTable.register.chartModule('vchart', VChart); let tableInstance; const option ={ "indicatorsAsCol": false, "records": [ { "col_981": "2020", "col_983": 127412.52000000009,...

bug

### Version "@visactor/react-vtable": "^1.17.2" ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/slzrhv ### Steps to Reproduce 1. react19 ### Current Behavior ### Expected Behavior 不报错 ### Environment ```markdown - OS: - Browser:...

bug