khan4019/tree-grid-directive

Slow performance of tree grid for large json.

Closed this issue · 3 comments

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

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

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.

closing due to lack of further update