Replies: 1 comment
-
I found the solution: https://react-table.tanstack.com/docs/faq |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table with live data, meaning it gets updated continuously. And new row has a column with timer where it gets updated every second until a job is finished. Timer function is updating the time on the particular row continuously.
My problem is when I go to next page, it gets back to page 1 since the table is being re-rendered because of updated data object. Is there anyway I can prevent the table from re-rendering when a the data changes.
By the way, this was working fine when I had react table 6.
Beta Was this translation helpful? Give feedback.
All reactions