ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

tree is none responsive when expanding a node with 25K children #103

Open jbacalo opened 7 years ago

jbacalo commented 7 years ago

Hi, Is there a way to virtualize the tree? i have ~100K nodes total split to 4 nodes each has 25K children in it and it takes it about 20-25 seconds to respond - expand(sometimes the page stops responding at all). is there a way to render the tree nodes when the user actually scrolls to the point they are at - something similar to limitTo in ng-repeat?

Thanks, Jonathan

ezraroi commented 7 years ago

I think this should be asked in the jsTree module.. this only wraps it...