T
TanStack12mo ago
deep-jade

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
deep-jade
deep-jadeOP12mo ago
i was missing this: getRowId: (row) => row.id,

Did you find this page helpful?