vue.draggable.next
vue.draggable.next copied to clipboard
How to use in element-plus el-table?
I would need to know the same, before I go and develop my own component to use as a table. I can see that could be an issue with the new vue.draggable for VueJS 3 as Element tables were always "column based" and "vue.draggable.next" is "row based".
I tried to create an element-plus el-table component with the "tag='el-table'" and ":componentData={ref: yourTableName, data: yourDataArray}" props inside the draggable component, but no luck, as <template #item="{element}"> expects only one child, but el-table uses multiple
If anyone finds a solution to this, please let me know!
Thanks!
Any achievement?