vue-sortable-tree icon indicating copy to clipboard operation
vue-sortable-tree copied to clipboard

how to limit children ?

Open webafra opened this issue 6 years ago • 2 comments

hello .

i need help to limit children tree

i want to add 1 children tree level in parent . for example :

this is Ok :

-parent 1 
  --child 1-1
  -- child 1-2

this is not ok :

-parent 1 
  --child 1-1
    ---- child 1-1-1

limit user to not add child 1-1-1

please help me .

webafra avatar Sep 04 '18 08:09 webafra

when insert a object as child, you can write A logical judge whether it can mounted. if not, don't assign the child data.

wuyuedefeng avatar Sep 12 '18 09:09 wuyuedefeng

@wuyuedefeng i'm sorry , i'm not understand your idea !

webafra avatar Sep 12 '18 09:09 webafra