How to move columns from the-table-column, Elerment UI, and vuedraggable?
问题 i have the next table: <data-tables :data="dataTable" :pagination-props="{ pageSizes: [5, 10, 15] }"> <draggable v-model="headers" tag="tr"> <el-table-column v-for="title in titles" :prop="title.prop" :label="title.label" :key="title.label"> </el-table-column> </draggable> </data-tables> to which I am trying to apply draggable to move the columns, as well as this example: https://sortablejs.github.io/Vue.Draggable/#/table-column-example I have no idea how it should go in the model to display