CHEN

Results 1 issues of CHEN

### What problem does this feature solve? 现状: 目前使用SORT_CLICK事件 return false进行自定义排序方法,想达成多列排序功能。 但updateSortState方法入参看似支持数组形式,但传入数组代码报错 示例代码: ![image](https://github.com/VisActor/VTable/assets/33656314/8cf39382-2672-4e43-be98-05cf488cd17f) 报错位置: ![image](https://github.com/VisActor/VTable/assets/33656314/ffa0bdd7-a86a-4ee8-9f3f-db244f27013e) ### What does the proposed API look like? 期望1: 支持多列排序功能开关,SORT_CLICK事件返回数组当前所有被排序的数据 期望2: updateSortState方法支持传入数据形式更新排序图标的变换