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
@zhao943018529 I can add an onChange event that will fire when the element changes position, and it will give the new index. This will also solve #1323
@drannex42 The indexes for the other items are never given in the events, but you can calculate it yourself using Sortable.utils.index(element, '>*');.
Hi,
I want to update the sort items rank number when i'm dragging item to resort them.But I found the onMove function not fit with this case.
The text was updated successfully, but these errors were encountered: