You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using react-table v6 in our code base and have run into problems when rendering huge amounts of data. We can't implement pagination from the backend, so we are looking to apply the windowing concept. I could see in the official docs of v7 that we can easily integrate the react-window library, so wanted to check if something similar can be achieved in v6?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Everyone,
We are using react-table v6 in our code base and have run into problems when rendering huge amounts of data. We can't implement pagination from the backend, so we are looking to apply the windowing concept. I could see in the official docs of v7 that we can easily integrate the react-window library, so wanted to check if something similar can be achieved in v6?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions