jquery-treegrid
jquery-treegrid copied to clipboard
Slows when large amount of data
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 });

please refer to #11