markmalek / Fixed-Header-Table

jQuery plugin for tables with fixed headers
www.fixedheadertable.com
MIT License
930 stars 541 forks source link

Slow performance #120

Open guysenerman opened 10 years ago

guysenerman commented 10 years ago

Hi, Applying the script on the table takes a long time (~2 sec)

Here is the code i use: $(document).ready(function() { $('#myTable').fixedHeaderTable({ altClass: 'odd', footer: false, fixedColumns: 2 }); });

The table size is: 22*185 with text in the cells (the table isnt all full)

any recommendations?

Thanks, Guy

pablohess commented 10 years ago

Same problem here.

jesscold commented 10 years ago

try this: http://mkoryak.github.io/floatThead/tests/big-table/

there are 500 rows and 20 columns. the script loads in about 300ms