Performance improvement, possible option parameters?

Performance improvement, possible option parameters?

marianopeckmarianopeck Posts: 53Questions: 8Answers: 0
edited October 2013 in General
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!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    I've just committed a change to FixedColumns which will see a significant performance improvement - perhaps you'd be willing to try it: https://github.com/DataTables/FixedColumns/tree/master/media/js ?

    bSortClasses is one option that can slow things down as well. See http://datatables.net/faqs#speed .

    Allan
This discussion has been closed.