Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 81679

Client side data with million of rows with DOM and pagination optimization

$
0
0
Hi,

Datatables is a great tool. I am using the datatables for pagination, sorting, filtering. The issue that i am facing now is when my server returns 1 million of records to client side, client creates dom (with tables) and then we apply pagination ontop of it, this slow downs the data load process on the client side (I understand we should be using Ajax to upload the data and use server side processing) Is there a way i can display just say 50 records to clients and let the processing be done behind the scene till user to watching those 50 records?

Or is there a way i can just display say 50 records and on next click, i can do pagination then for next 50 records for the user and display it. But another things is filter and sort should not be impacted due to this. Is this something possible?

Thanks in advance.

Viewing all articles
Browse latest Browse all 81679

Trending Articles