maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

Jquery treegrid plugin freezes when table contains more 2500 records (rows) #74

Open kvelaro opened 4 years ago

kvelaro commented 4 years ago

Today we noticed, that table which has more 2500 records freezes browser's tab. Tab becomes unresponsive, browser continuously loads something (load icon is animating infinitively)

If I switch off plugin call, data is loaded as expected, normal. If I set Timeout browser loads data, data displayed until timeout then tab freezes.