How to get similar behaviour to a file manager: e.g. dragging a file into a folder. #2292
Unanswered
ajmchambers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to learn sortablejs (I like that its not tied to any particular framework).
My goal is to create something that behaves similar to a file manager. You have two columns: Groups and Items. Items belong to Groups and you can rearrange items within a group but also can drag items into other groups. Groups can also be reordered themselves.
Goals:
Here is a video example:
draganddropexample.mp4
Anyone know how I could achieve this? (in particular dragging items into other groups, without becoming part of that list)
Beta Was this translation helpful? Give feedback.
All reactions