chniter / bstreeview

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
https://chniter.github.io/bstreeview/
Apache License 2.0
367 stars 53 forks source link

Freeze with lots of child nodes #16

Open githubcom13 opened 4 years ago

githubcom13 commented 4 years ago

Loading a large array with 300,000 nodes works well, but if I click on a parent node with 200 child nodes, it freezes.

Also, is it possible to load only the first parent nodes and load the child nodes when we click on the parent node? Like an ajax call

Here is an example: loading with AJAX => https://www.jstree.com/docs/html/

Thank you

chniter commented 4 years ago

Hello,

I added this feature into my planning. The next version will support Ajax Loading.

Thanks for feedback

githubcom13 commented 4 years ago

Thank you very much for sharing 🙏