FixedColumn Performance issues
FixedColumn Performance issues
Hello,
I'm trying to fixed 8 left columns on a table that has around 50 or 60 columns (albeit narrow, but that makes no diference), the datatable wrapping takes some time but its just about bareable. However the FixedColumn plugin causes firefox to ask whether or not to stop scripts as it locks the UI for over 7 seconds.
I've done a few profiles with firebug and it looks like jQuery's 'clone' method is what is using up the most cpu, has anyone got any tips on which function I need to look at in order to see if I can optimise it at all?
Thanks
Marlon
I'm trying to fixed 8 left columns on a table that has around 50 or 60 columns (albeit narrow, but that makes no diference), the datatable wrapping takes some time but its just about bareable. However the FixedColumn plugin causes firefox to ask whether or not to stop scripts as it locks the UI for over 7 seconds.
I've done a few profiles with firebug and it looks like jQuery's 'clone' method is what is using up the most cpu, has anyone got any tips on which function I need to look at in order to see if I can optimise it at all?
Thanks
Marlon
This discussion has been closed.