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
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Table的selectedRowKeys只能以index索引作为取值逻辑,无法自定义为表格数据的某个唯一字段。目前在做表格的动态增删数据时,由于可新增删除表格数据,所以index无法唯一标识表格行数据,导致表格选中逻辑bug(改选中的没选中或不该选中的选中了)。希望可以添加rowKey之类的props可定义selectedRowKeys的取值逻辑
The text was updated successfully, but these errors were encountered: