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

Issue #176

Closed mohitmunjal2801 closed 8 years ago

mohitmunjal2801 commented 9 years ago

Taking too much time to render more than 5000 nodes/rows and sometimes corrupt the webpage also.

SchweizerSchoggi commented 9 years ago

Did you already try this "fix"? https://github.com/ludo/jquery-treetable/issues/144

mohitmunjal2801 commented 9 years ago

I have got more than 50000 rows but i have solved the issue using setInterval.In which i am loading the rows in parts.Suppose i have 1000 rows then i am loading the rows in the bundle of 100s.

ludo commented 8 years ago

Marking as duplicate of #144.