ngx-treeview
ngx-treeview copied to clipboard
lazy loading when expand any node with child items
Hi, am looking for on demand loading of child elements when we click on expand any node. When we click on expand node it should call the service and get the child elements and load under the parent and also the check box(element selection) should be independent of all. there should not be parent and child relation. element should be selected on independent. Please suggest me if any such examples or ngx-treeview supports this?
Hi, I am also looking for the similar implementation any help is really appreciated!!
Hi,
I'm also looking for a similar implementation. Please advise on how this can be done?
Hi,
I'm also looking for a similar implementation. Please advise on how this can be done?
Great component! This feature to load children on demand is the most important missing part for me as well, since getting all the data at once is not very efficient for a situation with sizable data. Any plans to implement it?