Skip to content

DataTables to load large set data in daru view table

Shekhar Prasad Rajak edited this page Jul 8, 2017 · 4 revisions

Some tested data : https://github.com/Shekharrajak/datatables-sample-daru Live demo : https://shekharrajak.github.io/datatables-sample-daru/

When you run this links : https://shekharrajak.github.io/datatables-sample-daru/server_side/static.html , it will just load the entire data into browser so it takes too much time and your browser crashes.

Same amount of data is loading in this link: https://shekharrajak.github.io/datatables-sample-daru/server_side/server.html and it is pretty fast to load and shows in data according to the scrolling.

In both link I am loading 16042100 number of rows.

Clone this wiki locally