CHEN
Results
1
issues of
CHEN
### What problem does this feature solve? 现状: 目前使用SORT_CLICK事件 return false进行自定义排序方法,想达成多列排序功能。 但updateSortState方法入参看似支持数组形式,但传入数组代码报错 示例代码:  报错位置:  ### What does the proposed API look like? 期望1: 支持多列排序功能开关,SORT_CLICK事件返回数组当前所有被排序的数据 期望2: updateSortState方法支持传入数据形式更新排序图标的变换