Drag&Drop 2.0
See original GitHub issueNow there is only basic functionality of DND includes events (dragging:start, dragging:finish) Plans:
- Add
states
likedraggable
,dropable
- Callbacks for Drop/Drag start
- Expand non-leaf node (use option key)
- Multiple dragging
- Ability to Drag to others trees
- Add auto-scroll
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:35 (13 by maintainers)
Top Results From Across the Web
gong-wpf-dragdrop 2.0.5 - NuGet Gallery
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of...
Read more >Dom.DragDrop - elm-ui-drag-drop 2.0.0
DragDrop. This library makes it easy to implement HTML5 drag-and-drop operations with Elm and @danielnarey's elm-dom framework. Dom.
Read more >envyN/ngx-dragdrop: Minimial Angular 2.0+ module ... - GitHub
A minimal angular 2.0+ module library for Drag and Drop using native HTML5 Drag and Drop. Demo: https://envyn.github.io/ngx-dragdrop/.
Read more >How to use the new groovepages 2.0 drag and drop function.
The new groovepages 2.0 has arrived and you are going to want to know how to drag and drop !!➡️ ➡️ Watch GET...
Read more >KNOCKOUT-DRAGDROP 2.0.0 CDN links - CDNPKG .com
Find out the best CDN to use with knockout-dragdrop 2.0.0 or use multiple CDN as fallback. Simply copy and paste one of these...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now the real magic is going to happen.
Dragging and dropping doesn’t seem to change the data… does that need to be implemented manually?
I’m looking for two-way binding like shown here: https://sortablejs.github.io/Vue.Draggable/#/nested-example
(Notice how the list on the right also changes as you drag nodes around.)