khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Slow performance of tree grid for large json. #75

Closed IamTejasPatel closed 8 years ago

IamTejasPatel commented 8 years ago

I am facing considerable lag in select/deselect , collapse/expend tree etc. I have attached json file , can you provide me work around. Also I have attached my tree grid screenshot.

data.zip

sumedhkalaskar commented 8 years ago

facing the same issue for 5000+ array size. it stop expanding tree and throw script error. please provide work around on this.

TrueDub commented 8 years ago

This would be caused by the sheer size of your arrays - Angular's two-way binding is slow with datasets of that size. I'm not sure a workaround is possible.

TrueDub commented 8 years ago

closing due to lack of further update