ion-reorder
重新排序是一个允许拖动项目以更改其在一组项目中的顺序的组件。它必须在 重新排序组 中使用以提供可视化的拖放界面。
¥Reorder is a component that allows an item to be dragged to change its order within a group of items. It must be used within a reorder group to provide a visual drag and drop interface.
重新排序是用于拖放项目的锚点。重新排序完成后,将从重新排序组中调度 ionReorderEnd
事件,并且需要调用 complete
方法。
¥The reorder is the anchor used to drag and drop the items. Once the reorder is complete, the ionReorderEnd
event will be dispatched from the reorder group and the complete
method needs to be called.