inspirsea / tree-ngx

A highly customizable Angular Tree Component usable with minimal implementation
http://emilsunesson.com/code/tree-ngx-intro
MIT License
22 stars 7 forks source link

How to uncheck the checkbox by clicking on some button from outside the tree. #12

Closed vinayakshettar closed 2 years ago

inspirsea commented 2 years ago

The selectById(id: string): void method can be used for selecting or unselecting nodes programmatically. http://emilsunesson.com/code/tree-ngx-api