We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
18.16.1
The text was updated successfully, but these errors were encountered:
👋 @irenetang1993,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: