before i post my issue, i would really like to thank you for developing such an amazing library.
With respect to my issue, we are loading a tree structure with data of more than 10k nodes. The tree is loaded and virtual scroll is also working as expected. however, when we try to filter the tree nodes, its takes a lot of time to search. the code examples are in the below stack blitz and they are taken from the component examples.
Hi,
before i post my issue, i would really like to thank you for developing such an amazing library. With respect to my issue, we are loading a tree structure with data of more than 10k nodes. The tree is loaded and virtual scroll is also working as expected. however, when we try to filter the tree nodes, its takes a lot of time to search. the code examples are in the below stack blitz and they are taken from the component examples.
https://angular-wxansn.stackblitz.io/
Can you please tell us if this is the correct approach to filter the tree or is there any other options or suggestions available ?
Regards. ne0