ianbale / ember-html5-draggable

HTML5 sortable / draggable lists
MIT License
2 stars 0 forks source link

Dragging between lists? Nested lists? Wanna build a sortable tree #2

Open lolmaus opened 8 years ago

lolmaus commented 8 years ago

Here's a prototype I built long ago with jQuery UI Sortable: http://hivemindunit.github.io/hivemind-frontend-prototype/settings/domains/categories2/

I'm now trying to do an identical tree with Ember, and it's a tough nut to crack due to the lack of high-level drag-n-drop abstractions. :(

Is ember-html5-draggable able to power a sortable tree like that?