Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Table] onSelectChange 的参数 selectedRowData 在取消某一页的全部选择后返回[],而不是剩下页面已经选择的数据 #3228

Open
irenetang1993 opened this issue Nov 26, 2024 · 1 comment

Comments

@irenetang1993
Copy link

irenetang1993 commented Nov 26, 2024

tdesign-react 版本

1.10.0

重现链接

https://tdesign.tencent.com/react/components/table?tab=demo#%E5%8F%AF%E5%88%86%E9%A1%B5%E7%9A%84%E8%A1%A8%E6%A0%BC

重现步骤

Table 组件设置了 {
colKey: 'row-select',
type: 'multiple'
}
有两页,第一页、第二页都选择了全部,回到第一页取消选择全部(通过表头的checkbox取消选择全部),剩下第2页的选项,onSelectChange 的参数 value 是第二页数据的 id,而selectedRowData是[],而不是第二页的数据

期望结果

期望selectedRowData返回的是第2页的数据

实际结果

实际selectedRowData返回的是[]

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

18.16.1

补充说明

No response

Copy link
Contributor

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

@irenetang1993 irenetang1993 changed the title [Table] onSelectChange 的参数 selectedRowData 在取消选择的时候返回[] [Table] onSelectChange 的参数 selectedRowData 在取消某一页的全部选择后返回[],而不是剩下页面的已经选择的数据 Nov 26, 2024
@irenetang1993 irenetang1993 changed the title [Table] onSelectChange 的参数 selectedRowData 在取消某一页的全部选择后返回[],而不是剩下页面的已经选择的数据 [Table] onSelectChange 的参数 selectedRowData 在取消某一页的全部选择后返回[],而不是剩下页面已经选择的数据 Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant