Peter
Peter
images
### What problem does this feature solve? 能否实现多层级轴标签,现在的轴标签只能有一个层级,如果轴标签本身包含多层信息分类非常不明显  ### What does the proposed API look like? 期待能实现Tableau轴的层级方案 
### Version 1.20.2 ### Link to Minimal Reproduction 无 ### Steps to Reproduce ``` import {TableExportPlugin} from '@visactor/vtable-plugins'; const tableExportPlugin = new TableExportPlugin({ exportExcelOptions: { exportAllData: true, downloadFile: false, //...
重现: [在自定义表头案例中](https://www.visactor.io/vtable/demo/table-type/pivot-table-virtual-header) 设置indicator中字段sort:true, showSort: true, 排序图标出现,但是不能排序 请问是使用方法不对吗?
### Documentation Title or Section ``` theme: { defaultStyle: { borderLineWidth: 0 }, frameStyle: { borderColor: 'red', borderLineWidth: 0 }, cornerHeaderStyle: { frameStyle: { borderColor: 'blue', borderLineWidth: [2, 0, 1,...