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
Once you wrap the <el-table> with the <el-table-draggable> component, you can list to the drop event on the component which is emitted once the element is dropped. I had a look at the source code while implementing this. For eg. <el-table-draggable @drop="yourEventHandler">
The function will receive a single object containing the updated list and the item that was dragged.
Can you add demonstation how it works, please?
The text was updated successfully, but these errors were encountered: