maxazan / jquery-treegrid

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

Slows when large amount of data #77

Open SenjaliyaRita opened 3 years ago

SenjaliyaRita commented 3 years ago

I have tried with following options but still performance is low with 3000 to 4000 rows including child nodes attached screenshot error occurs $('.tree').treegrid({ initialState: 'collapsed', gridview: true, loadonce: false, rownumbers: false, autoRowHeight: false, nowrap: true, frozenColumns: null, fit: true });

image

Domochip commented 3 years ago

please refer to #11