Performance improvement, possible option parameters?
Performance improvement, possible option parameters?
marianopeck
Posts: 53Questions: 8Answers: 0
Hi guys. Do you know which are the parameters that could affect the most to the performance of DataTables? I have some tables that take some time to render (say 1 second) and if I use FixedColumns it take 3seconds. I am not complaining... but I just wander if there could be some features that I don't use that I could turn off... so before trying one by one...do you have an idea which features/flags/parameters could make a difference in speed?
Just to explain more, my DataTables are build from DOM, my app is server-based, and I create the DataTables for each request..
Thanks!
Just to explain more, my DataTables are build from DOM, my app is server-based, and I create the DataTables for each request..
Thanks!
This discussion has been closed.
Replies
bSortClasses is one option that can slow things down as well. See http://datatables.net/faqs#speed .
Allan