TanStackT
TanStack14mo ago
6 replies
nursing-lime

Whenever you change an item on the other pages, it re-renders the table.

Can anyone help me? I have a scenario where I'm using a data table, and the list of items comes from a state and one of the columns is a select with options.

The problem is that whenever I change the information in the select by changing the value of a row that is not on the first page, I need to update the item in the state and with that the table is rendered again and returns to the first page.
Was this page helpful?