Solutionunvalidated
Provide a stable unique row key via getRowId (e.g., row.id) and ensure checkbox/onClick uses the proper per-row API, such as row.toggleSelected() (invoked, not referenced). Maintain selection state with rowSelection and onRowSelectionChange to allow independent toggling per row.
73464c39-9a6c-4f00-89ca-6152a16b415f
Provide a stable unique row key via getRowId (e.g., row.id) and ensure checkbox/onClick uses the proper per-row API, such as row.toggleSelected() (invoked, not referenced). Maintain selection state with rowSelection and onRowSelectionChange to allow independent toggling per row.