ngx-treeview
ngx-treeview copied to clipboard
Enable child node when parent is disabled.
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.