Tencent / tdesign-react

A React UI components lib for TDesign.
https://tdesign.tencent.com/react
MIT License
835 stars 325 forks source link

[Table] 树形表格EnhancedTable不支持multipleSort #3190

Open guoqirong opened 2 weeks ago

guoqirong commented 2 weeks ago

tdesign-react 版本

1.5.3

重现链接

https://codesandbox.io/p/sandbox/tdesign-react-demo-forked-zxs89d?file=%2Fsrc%2Fdemo.jsx%3A197%2C8-197%2C21

重现步骤

启用multipleSort,onSortChange返回undefined image

期望结果

可以支持多列排序

实际结果

不支持多列排序,启用多列排序,排序方法返回undefined

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

github-actions[bot] commented 2 weeks ago

👋 @guoqirong,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

huangchen1031 commented 1 week ago

看起来是multipleSort模式下没有处理sort为空,加一个defaultSort={[]}可以暂时解决