How to get similar behaviour to a file manager: e.g. dragging a file into a folder. #64
Replies: 3 comments 7 replies
-
@ajmchambers This is something I have worked on at a feature branch but not yet implemented. I'm not sure if there's going to be any sort of workaround at the moment. I can let ping back at this discussion when I get around to releasing this feature though. |
Beta Was this translation helpful? Give feedback.
-
@sashamilenkovic Any update on this feature? |
Beta Was this translation helpful? Give feedback.
-
@Lazerproof @ajmchambers Currently working on nested drag and drop as a feature to an upcoming project FormKit is releasing. I'll keep you posted here as to how it's coming along. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, my goal is to create something that behaves similar to a file manager. There are 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:
dnd-example.mp4
Is this possible, any suggestions on how it could be done? (in particular dragging items into other groups, without those items becoming part of that list)
Beta Was this translation helpful? Give feedback.
All reactions