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
I'm experiencing performance issues when rendering large datasets in a table. Could you add functionality to enable virtual rendering using a library like react-virtualized?
Thanks for your suggestion. Is there a specific reason that you prefer to show all the data at once? Otherwise, using pagination would be our recommended approach.
Also note that we are working on a progressive loading feature (i.e, click to load more items), in case that would help too.
I’m implementing a table to display simulation data. The table should allow sorting by desired values, and therefore, showing all the data at once rather than using pagination seems to provide a better user experience. In this case, wouldn’t Cloudscape’s table be a good example to use?
You can still sort if you use pagination. If you have all the items on the client side, the collection hooks package can be helpful. You can take a look at this demo and its source code to see how you can implement this.
Description
I'm experiencing performance issues when rendering large datasets in a table. Could you add functionality to enable virtual rendering using a library like react-virtualized?
Code of Conduct
The text was updated successfully, but these errors were encountered: