High volumes of data - best practices #2392
Replies: 3 comments 5 replies
-
Enable paginations with dropdown giving option for number of rows. |
Beta Was this translation helpful? Give feedback.
-
One suggestion could be - Try to reduce cost of render... |
Beta Was this translation helpful? Give feedback.
-
In one of my use-case, we are using react-virtual to virtualize the rows, codesandbox here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
What are the best practices to follow when dealing with high volumes of data? For example, 1 milion entries (rows).
Pagination is probably one answer, but what else?
How would you handle actions performed on the entire set of data, such as sorting/filtering?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions