Skip to content
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

How to make the same element draggable and droppable without rendering an extra tag #88

Open
kdekooter opened this issue Aug 21, 2020 · 2 comments

Comments

@kdekooter
Copy link

I am trying to implement drag&drop within a table. Rows can be dragged but also be dropped on. A nested and tag results in two rendered html tags. Which is not wanted when you try to render a table.

Can this be done?

@kdekooter
Copy link
Author

I guess this is a duplicate of #71

@salmanprk
Copy link

Hi @kdekooter, I implemented this wrapping the outer div with and an inner "div" inside as . Works perfectly.

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

2 participants