Open guysenerman opened 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
Same problem here.
try this: http://mkoryak.github.io/floatThead/tests/big-table/
there are 500 rows and 20 columns. the script loads in about 300ms
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