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
When drag&dropping, it might be useful to know both oldIndex and newIndex. For example, when working with trees represented as lists with indented items, one will want to automatically change the indent in the item being dragged depending on where in the list it currently shown (i.e. at which position, or what is the current newIndex value). May you please pass on these values to the {{onSortMove}} handler.
TWilson023, phanthanhbinh-zz, G900 and taewookimfardark