I am using kendo-treeview in angular v12. I want to hide specific node in html based on some condition. I tried to put *ng-If but it's not working . it's hiding the text but node is still rendering. I explored and found one input "isVisible" but I am not sure how to use it. Can anyone please provide the demo link for this.
Thanks,
I am able to achieve above requirement using "isVisible" but now it's very slow and even filtering stopped working. please help.