VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Feature] 透视图如何实现下图一样的效果

Open West121 opened this issue 8 months ago • 1 comments

What problem does this feature solve?

支持字段拖拽、显隐、打印、统计维度分组,参考链接: Image

What does the proposed API look like?

1

West121 avatar Apr 21 '25 05:04 West121

https://visactor.com/vtable/option/PivotTable#rowHierarchyType('grid'%20%7C%20'tree'%7C'grid-tree') https://visactor.com/vtable/option/PivotTable#columnHierarchyType('grid'%20%7C'grid-tree')

单元格样式用theme或者rows columns中的style

表头的圆角矩形用自定义customLayout

https://visactor.com/vtable/option/PivotTable#dataConfig

需要你全面学习下vtable的使用

fangsmile avatar Apr 21 '25 06:04 fangsmile