angular-tree-component
angular-tree-component copied to clipboard
async filter
Hello! Can I use async filtering with filderNodes? I have a very large tree and therefore have to load it in parts.
You can call the filter method over again when the node children load
<tree-root (loadNodeChildren)="applyFilter()"></tree-root>