angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

async filter

Open ermoschink opened this issue 7 years ago • 1 comments

Hello! Can I use async filtering with filderNodes? I have a very large tree and therefore have to load it in parts.

ermoschink avatar Sep 17 '18 13:09 ermoschink

You can call the filter method over again when the node children load

<tree-root (loadNodeChildren)="applyFilter()"></tree-root>

mycomycul avatar Nov 27 '20 21:11 mycomycul