Open ThomasKientz opened 5 years ago
Is there a way to disable certain nodes/targets so we can prevent insertion in particular paths.
I have used isLeaf : true, but it doesn't work when a node already have children.
isLeaf : true
Great lib, thanks !
Try this solution https://github.com/holiber/sl-vue-tree/issues/12
@holiber I am using it as a workaround atm !
Is there a way to disable certain nodes/targets so we can prevent insertion in particular paths.
I have used
isLeaf : true
, but it doesn't work when a node already have children.Great lib, thanks !