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.
### What problem does this feature solve? 目前只能通过indicators定义行的饼图大小,希望也能够支持列的  ### What does the proposed API look like? 
### 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": [ {...
### 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懒加载接口错误时无法重新调用接口加载数据,导致加载失败的行一直是空状态
### What problem does this feature solve? 现状: 目前使用SORT_CLICK事件 return false进行自定义排序方法,想达成多列排序功能。 但updateSortState方法入参看似支持数组形式,但传入数组代码报错 示例代码:  报错位置:  ### 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?  _图中仅为测试数据_ 分别将前两个指标和后两个指标分组为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 保持比例对齐  ### What does the proposed API look like? 官方示例中两个轴的 tick 是没有对齐的  翻阅vchart是有相关配置的,但是套用至vtable不生效 
How can I do filters like this? 
### What problem does this feature solve? 例如下面的图表,我想自由的查看总体的概览,是否可以缩放table  ### What does the proposed API look like? 加缩放