Skip to content

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

Closed
jasonvarga opened this issue Feb 3, 2025 · 5 comments
Closed

Dragging including children #147

jasonvarga opened this issue Feb 3, 2025 · 5 comments

Comments

@jasonvarga
Copy link

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.

@phphe
Copy link
Owner

phphe commented Feb 3, 2025

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

@jasonvarga
Copy link
Author

Thank you

@sdebacker
Copy link

sdebacker commented Mar 26, 2025

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

@phphe
Copy link
Owner

phphe commented Mar 26, 2025

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.

@sdebacker
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants