You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have anyone found any solution to this problem? I tried getting id of the parent div which in DOM was the correct index however event.data.dragEvent.originalSource.parentElement.id was returning alwasy the old index
In Draggable (SortableStopEvent) the 'oldIndex' & 'newIndex' are available
In Swappable (SwappableStopEvent) the 'oldIndex' & 'newIndex' are NOT available
Can you please advise how to get the indexes of the array items being swapped?
The text was updated successfully, but these errors were encountered: