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.
[[中文版模板 / 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: -...
### 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个单元格后 选择时返回的是合并前位置的单元格   提示选择的单元格是合并前的3个单元格  ### Current Behavior N/A ### Expected Behavior N/A ### Environment ```markdown...
### 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: {...
### What problem does this feature solve? 在数据透视分析的过程中有可能透视表只有行和值,当值的字段又非常多的时候,希望通过自定义列头的形式对指标进行分组。 类似如下的一种bi分析形式,实际上列上的表头都是虚拟的,并没有维度字段去绑定,层级数也不确定。使用s2的自定义列头很容易做到,但是用vtable现在无法实现  ### 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?  可以自定义对表头单元格画线,并且线有旋转角度 ### What does the proposed API look like?  图元类型添加一个line