Replies: 2 comments 3 replies
-
https://react-table.js.org/faq#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes |
Beta Was this translation helpful? Give feedback.
-
I recently faced this issue. Basically I have a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I'm struggling a bit with performance on medium-sized tables. My table is taking about 500ms to re-render when all I do is toggle expanding a single group. Are there any hints on avoiding rendering all my rows (instead of just the expanded/unexpanded one)?
I've tried using useMemo inside my
return
block, e.g.but this does not seem to work (re-rendering still occurs). I guess this is due to the Rules of Hooks:
Can anyone advise on a good pattern for doing this?
Beta Was this translation helpful? Give feedback.
All reactions