leovo2708 / ngx-treeview

An Angular treeview component with checkbox
MIT License
363 stars 337 forks source link

Enable child node when parent is disabled. #348

Open Reshmasgit opened 4 months ago

Reshmasgit commented 4 months ago

I need to disable nodes based on condition. but the package is not allowing me to disable children individually. when the parent is disabled it automatically disables all the children of that parent.

note: decoupleChildFromParent is not applicable for my case. it only decouples the checkbox.