Loading request...
User requests that oldIndex and newIndex be made available in the SwappableStopEvent, similar to their availability in Draggable's SortableStopEvent.
In Draggable (SortableStopEvent) the 'oldIndex' & 'newIndex' are available <img width="227" alt="draggable" src="https://user-images.githubusercontent.com/7454322/47309411-934e0a80-d5f1-11e8-98c3-7ccbfe56889f.png"> In Swappable (SwappableStopEvent) the 'oldIndex' & 'newIndex' are **NOT** available <img width="226" alt="swappable" src="https://user-images.githubusercontent.com/7454322/47309472-bb3d6e00-d5f1-11e8-993a-aebc31581504.png"> Can you please advise how to get the indexes of the array items being swapped?