bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

Question more then issue... #528

Closed robertsmith2 closed 3 years ago

robertsmith2 commented 6 years ago

Its not super clear if I can persist the location of the drag and dropped items? Like generate the order from a model?

So far super awesome tool

raed667 commented 6 years ago

UP 👍

benelliott commented 6 years ago

One quite easy way to do this is to cancel all drop events but use the event information to manually update the position of the item in the model.