We implemented the jQuery datatable for 3000 to 4000 rows of data along with 50 columns. But it degrades the performance as we implemented the different functionalities of datatable like column level search, global search, mrender, pagination etc.
We are using jQuery v1.7.2 and jQuery dataTable 1.10.7 js. How to improve the performance of jQuery datatable or any other alternatives to jQuery datatable to display such a huge data?
One of my friend suggested to use jQGrid.
What is the performance comparison between jQuery datatable and jQGrid? Which is better? or any alternative to improve performance?
loadonce: true
option are used). One can even useloadonce: true
option with 4000 rows. How many rows you display at once? The usage of 50 columns sounds strange. I suspect that the large number of columns makes more performance problems as 4000 rows. How you display the data? Do you have many hidden columns? Some more details, pictures would be required. – Diplegia