WakuwakuP / element-ui-el-table-draggable

Make 'el-table' of 'element UI' sortable.
https://www.npmjs.com/package/element-ui-el-table-draggable
MIT License
111 stars 19 forks source link

Add demo #17

Open mrquokka opened 5 years ago

mrquokka commented 5 years ago

Can you add demonstation how it works, please?

itslit-tech commented 4 years ago

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.