Closed
Description
Version
1.19.0
Link to Minimal Reproduction
https://visactor.com/vtable/demo/table-type/list-table
Steps to Reproduce
- 配置自定义聚合:
aggregation: [{ aggregationType: VTable.TYPES.AggregationType.CUSTOM }],
- 控制台调用 updateColumns api 更新列
window.tableInstance.updateColumns(window.tableInstance.options.columns)
Current Behavior
Expected Behavior
正常更新列
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response