DEV Community

Discussion on: Draggable table row with VueJS, Vuetify and SortableJS

Collapse
 
lambertbeekhuis profile image
Lambert Beekhuis

A solution that works for me is adding the event-handler
@end="endDrag(props.items)"
in the element

Thanks, great!

Collapse
 
eugenman profile image
Eugen

For example:
@end="isDragging = false"