-
Notifications
You must be signed in to change notification settings - Fork 35
Dragging including children #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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? |
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. |
Is it possible to show the children when dragging a parent? Like this:
In
vue-draggable-nested-tree
, this would happen automatically.In this version, the children become hidden when you drag a parent.
The text was updated successfully, but these errors were encountered: