phphe/he-tree

Dragging including children

Closed this issue · 5 comments

Is it possible to show the children when dragging a parent? Like this:

Image

In vue-draggable-nested-tree, this would happen automatically.

In this version, the children become hidden when you drag a parent.

no, because all node's div are parallel, not nested.

Thank you

Why are the divs in parallel and not nested? Wasn't it better in vue-draggable-nested-tree?

Why are the divs in parallel and not nested? Wasn't it better in vue-draggable-nested-tree?

In order to realize the virtual list feature.

Ok. It should be great to have to possibility to have items nested like in the previous version of the package while keeping the option to have virtual lists with divs in parallel.