VTable
VTable copied to clipboard
Multiple field sorting
What problem does this feature solve?
How to display multiple field sorting, currently displaying the data in the database, the results might be sorted based on multiple fields, currently setting the sorting of one field seems to clear the sorting state of other fields
What does the proposed API look like?
instance.updateSortState(sortState: SortState[])
Need to display icons according to the specified sort state, and maintain the sort state of unspecified fields.
是的 目前还不支持多层排序。设置数组的话默认就用了你设置的第一个排序规则
是的 目前还不支持多层排序。设置数组的话默认就用了你设置的第一个排序规则
可否考虑在第二个参数为false的时候按数组更新图标状态
ok 后续我们支持上这个图标状态
#1265