sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
721 stars 104 forks source link

Sorting between multiple groups and get necessary data to save in DB #23

Closed rgbskills closed 7 years ago

rgbskills commented 7 years ago

Hello, I need some help figuring out how one would sort entries between the days of the week. I have a board in which every column represents a day of the week and I would like to be able to sort entries between days. Also I need to somehow get the necessary information that I need to write to the database to save the position of the entry.

This is what I have so far: http://codepen.io/rgbskills/pen/XpqqWK?editors=0010

Thank you in advance :)