client side sorting performance slow with datatables
client side sorting performance slow with datatables
Hi,
In our application we are using data tables plug in, the problem is when we have more than 1000's of records the page gets freeze . i .e it 's taking too much time load the results.
Right now this is what we are doing, We are fetching all records from the DB
( some time's records will be more than 10k) and while displaying we are using data tables plugin.
So kindly let me know is it right way to do or Is there any other approach.
Thanks in advance
In our application we are using data tables plug in, the problem is when we have more than 1000's of records the page gets freeze . i .e it 's taking too much time load the results.
Right now this is what we are doing, We are fetching all records from the DB
( some time's records will be more than 10k) and while displaying we are using data tables plugin.
So kindly let me know is it right way to do or Is there any other approach.
Thanks in advance
This discussion has been closed.
Replies
Allan
I used DataTables server-side script for pagination and sorting functionality. I am getting the database result by merging more than 2 table . in that case how can i integrate with server side.
Now its working for single table. if i use multiple table inner join how can i make it work. So please give suggestion
Thanks in advance
Allan