JQuery dataTable pagination optimization -
I have an app that needs quick correction
The server sends all the table elements ( Almost 2 thousands ...) and the datatable just gives everything on one shot. The result is that the browser takes extra time to present the whole page, but only display the first page (approximately 10 lines).
Without changing the server side code, what can I do to optimize the data, not to render the whole page?
Thanks a lot! Try "deferRender": true
Comments
Post a Comment