ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
741 stars 278 forks source link

Slow load time #165

Closed delder818 closed 8 years ago

delder818 commented 9 years ago

I have 6,500 records that are loaded on to the page and the time it takes to process this is 50 sec. Can anything be done to speed up the process? Is this table to big to use with this plug in? Are the nodes what slow this down?

mazing commented 9 years ago

I have the same problem

adambcaldwell commented 9 years ago

Issue #144 appears to provide a potential fix for this performance issue, I've been using it in my code and haven't noticed any issues thus far.

ludo commented 8 years ago

Duplicate of #144.