https://sortablejs.github.io/Vue.Draggable/#/two-lists
When dragging between lists. Is there a way to get from/to container lists's data as given raw data or index without using attributes?
=> stackoverflow.
I read the all documentation. Tried every event. None gives the information i need. I dont think i will find answers on Stackoverflow
I need this information too, not found the answer on SO.
onEnd's argument with (to/from and srcElement/target) doesn't solve this directly, because it is HTML node, not target list itself. So in my project I had to use data attribute with actual data ids and getListById function.