Handling large datas
Handling large datas
blurrblurr
Posts: 17Questions: 0Answers: 0
Hi
I was given only a html table that have 250 columns and 1800 rows of data.
I try out the datatables filtering and it works.
Problem is it will load very slowly. I have no option to rewrite the html table so that the table can be handle by server-side.
Is there anyway I can improve the loading time?
I was given only a html table that have 250 columns and 1800 rows of data.
I try out the datatables filtering and it works.
Problem is it will load very slowly. I have no option to rewrite the html table so that the table can be handle by server-side.
Is there anyway I can improve the loading time?
This discussion has been closed.
Replies
See also http://datatables.net/faqs#speed .
Allan
Slow in term of loading. Even when I do column sorting, it takes 10 secs. Funny thing is it run smoothly in Firefox!
Allan
Use ajax loading with deferred rendering or server-side processing if you have to support IE7 (I feel bad for you if you do!).
Allan