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

[[中文版模板 / 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...

### Version 0.25.2 ### Link to Minimal Reproduction N/A ### Steps to Reproduce N/A ### Current Behavior N/A ### Expected Behavior N/A ### Environment ```markdown - OS: - Browser: -...

bug

### What problem does this feature solve? 无 ### What does the proposed API look like? 无

### Version 0.25.2 ### Link to Minimal Reproduction N/A ### Steps to Reproduce 合并3个单元格后 选择时返回的是合并前位置的单元格 ![image](https://github.com/VisActor/VTable/assets/168896145/cf0c1fd1-97c5-4aca-9b98-e05211e41727) ![image](https://github.com/VisActor/VTable/assets/168896145/21f6f83a-d2bc-44ff-a410-704ceda87b58) 提示选择的单元格是合并前的3个单元格 ![image](https://github.com/VisActor/VTable/assets/168896145/a270bb54-5e9b-4f2c-94e0-ada6343f31a6) ### Current Behavior N/A ### Expected Behavior N/A ### Environment ```markdown...

bug

### Version ^0.25.0 ### Link to Minimal Reproduction N/A ### Steps to Reproduce Define the table options like: ```ts const ITEM_TB_OPTS: ListTableConstructorOptions = { frozenColCount: 1, rightFrozenColCount: 1, tooltip: {...

bug

### What problem does this feature solve? 在数据透视分析的过程中有可能透视表只有行和值,当值的字段又非常多的时候,希望通过自定义列头的形式对指标进行分组。 类似如下的一种bi分析形式,实际上列上的表头都是虚拟的,并没有维度字段去绑定,层级数也不确定。使用s2的自定义列头很容易做到,但是用vtable现在无法实现 ![image](https://github.com/VisActor/VTable/assets/166355956/fb0550e4-b7e3-4a36-a1d6-402ed01c00df) ### What does the proposed API look like? 功能上和下面s2的例子一样,透视表绑定行和值,列头用自定义树生成,由于整个列都是自定义的,所以列的小计总计问题无须考虑,由用户自己负责 https://s2.antv.antgroup.com/examples/layout/custom-header-group/#custom-pivot-col-header

### What problem does this feature solve? 现在没数据的时候需要自己写 没有显示啥 ### What does the proposed API look like? records为空数组的时候 显示暂无数据

### What problem does this feature solve? ![image](https://github.com/VisActor/VTable/assets/67748948/26c179e1-3c38-4a7f-8106-29657a37a354) 可以自定义对表头单元格画线,并且线有旋转角度 ### What does the proposed API look like? ![img_v3_02am_ccf925e5-52d9-4f4f-bcd8-fcabfafafd0g](https://github.com/VisActor/VTable/assets/67748948/8b05902e-33c2-4a31-8467-596422f0ce1e) 图元类型添加一个line