Relative Content

Tag Archive for javascriptreactjsnext.jslarge-datanextui

It takes too long to display 300+ columns using @nextui-org/react Table

Using @nextui-org/react I want to display records in a Table with 300+ columns.
The server response time of the API to fetch the data is around 200 ms.
It takes around 10 seconds to display the records having a page size of 25 (I’ve used serverside pagination).
When I reduce the column size to 15 or so, it loads the data within a second.