CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 491 forks source link

Disable checkboxes for some specific nodes #663

Open d4rkc0de opened 6 years ago

d4rkc0de commented 6 years ago

Hello

I'm Using angular-tree-component version : 7.1.0. I'm using the tree component with checkboxes and I want to disable some checkboxes in the tree based on their id's or name's, I did a little research and it seems this feature doesn't exist yet, so is this feature is planned for the feature, and is there any work-arround for the moment?

neo1380 commented 5 years ago

https://github.com/neo1380/treedemo/tree/disabledfeature

I have done some changes and updated the code in the above repo. the disabling checkbox can be configured via tree options.

nam-vuhoang commented 3 years ago

Hi,

Is the disable feature working? I couldn't find any documentation about it.