T
TanStack15mo ago
exotic-emerald

Manual Pagination w/Row Selection

If I am using manual pagination and using row selection when I check a record on one page it persists between pages. What am I doing wrong?
1 Reply
exotic-emerald
exotic-emeraldOP15mo ago
i was missing this: getRowId: (row) => row.id,

Did you find this page helpful?