ion-reorder-group
The reorder group is a container for items using the reorder component. When the user drags an item and drops it, the ionReorderEnd
event is dispatched. A handler for this event should be implemented that calls the complete
method.
The detail
property of the ionReorderEnd
event includes all of the relevant information about the reorder operation, including the from
and to
indexes. In the context of reordering, an item moves from
an index to
an index. For example usage of the reorder group, see the reorder documentation.