Skip to main content

All Questions

2 votes
0 answers
920 views

Vue element-ui table columns draggable

I'm using that for table now, but the header of the table is able to drag for now. How can I drag the table's columns? <el-table ref="tableRef" class="table-responsive table-flush&...
Nemanja's user avatar
  • 21
0 votes
1 answer
3k views

how do you drag the columns with element-ui-el-table-draggable, Element UI?

I am using the plugin: https://github.com/WakuwakuP/element-ui-el-table-draggable but I only see an example to drag the fields. <el-table-draggable handle=".handle"> <el-...
JG_GJ's user avatar
  • 785