Open
Description
Hello,
within the events I need to know the id of my element, but I cant access the element:
<Sortable
:list="elements"
item-key="id"
@end="(event: Sortable.SortableEvent) => changeOrder(element.id, event.oldIndex, event.newIndex)"
>
...
This is because I need to know which item exactly has changed because possibly two items can have the same order.
Metadata
Metadata
Assignees
Labels
No labels