You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When preserveSelect RowKeys is set: When true, for example, if a row is selected on the current first and third pages, and the data obtained by onChange cannot retrieve the data from the third page, return undefined;
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
当设置了preserveSelectedRowKeys: true时,比如在当前第一页和第三页中有行被选中,onChange获取到的数据中拿不到第三页中的数据,返回undefined;
When preserveSelect RowKeys is set: When true, for example, if a row is selected on the current first and third pages, and the data obtained by onChange cannot retrieve the data from the third page, return undefined;
🏞 期望结果
期望preserveSelectedRowKeys: true时,可以拿到当前Table所有选中的数据,而不是只拿到当前页的数据
Expected to preserve SelectedRowKeys: When true, all selected data in the current table can be obtained instead of only the data on the current page
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: