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? 目前只能通过indicators定义行的饼图大小,希望也能够支持列的 ![image](https://github.com/VisActor/VTable/assets/72694814/5a55fa5a-cb50-4397-8b69-920095da3087) ### What does the proposed API look like? ![lQLPKGUYzHW3vznNAkbNBSKw8---OStDdbwF4vuP3pyPAA_1314_582](https://github.com/VisActor/VTable/assets/72694814/75a3b3e7-2c03-43e3-9795-7d3d26ea8318)

### Version 0.19.1 ### Link to Minimal Reproduction 如下代码即可 ### Steps to Reproduce let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_Pivot2_data.json') .then((res) => res.json()) .then((data) => { const option = { records:data, "rowTree": [ {...

feature

### What problem does this feature solve? add cellType rownum , if click it can select all row ### What does the proposed API look like? add cellType rownum ,...

自带的CachedDataSource懒加载接口错误时无法重新调用接口加载数据,导致加载失败的行一直是空状态

bug

### What problem does this feature solve? 现状: 目前使用SORT_CLICK事件 return false进行自定义排序方法,想达成多列排序功能。 但updateSortState方法入参看似支持数组形式,但传入数组代码报错 示例代码: ![image](https://github.com/VisActor/VTable/assets/33656314/8cf39382-2672-4e43-be98-05cf488cd17f) 报错位置: ![image](https://github.com/VisActor/VTable/assets/33656314/ffa0bdd7-a86a-4ee8-9f3f-db244f27013e) ### What does the proposed API look like? 期望1: 支持多列排序功能开关,SORT_CLICK事件返回数组当前所有被排序的数据 期望2: updateSortState方法支持传入数据形式更新排序图标的变换

### What problem does this feature solve? 指标过多时可以自定义指标的分组,能够解决不同人查看同一个图表时能够迅速着重关心自己需要查看的数据。 类似ListTable中columns嵌套columns的效果 ### What does the proposed API look like? ![image](https://github.com/VisActor/VTable/assets/64945423/69d327a7-15f0-4e9b-805d-9a3b7282e493) _图中仅为测试数据_ 分别将前两个指标和后两个指标分组为A类B类,指标在行时左侧新增一列显示分组,指标在列时上方新增一行显示分组。 和ListTable中columns相似的配置成这样应该就可以 ```TypeScript const option = { indicator: [{ title: 'A类',...

### What problem does this feature solve? jsx自定义表格中,列表较多的表格相比于列数较少的表格,卡顿感更明显,希望能通过配置项设置实际加载的列数 ### What does the proposed API look like? 暂无

### What problem does this feature solve? 希望能够支持vchart的两个轴的 tick 保持比例对齐 ![image](https://github.com/VisActor/VTable/assets/72694814/95211af1-a330-4b0a-99c9-be11471b2c2e) ### What does the proposed API look like? 官方示例中两个轴的 tick 是没有对齐的 ![image](https://github.com/VisActor/VTable/assets/72694814/2f1d127d-2958-42b4-9598-04ef2d02b29c) 翻阅vchart是有相关配置的,但是套用至vtable不生效 ![image](https://github.com/VisActor/VTable/assets/72694814/ea86d8a3-9b42-49f9-bdc8-e19fbdb48569)

How can I do filters like this? ![image](https://github.com/VisActor/VTable/assets/158101/f1399e10-6b67-4b84-8c52-018a72922bbd)

### What problem does this feature solve? 例如下面的图表,我想自由的查看总体的概览,是否可以缩放table ![image](https://github.com/VisActor/VTable/assets/42378143/823e5b77-a382-4899-a246-0a787bbd708d) ### What does the proposed API look like? 加缩放