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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -