vue +element ,el-table实现行和列拖拽排序

场景 element ui 表格没有自带的拖拽排序的功能,只能借助第三方插件Sortablejs来实现。 实现步骤 1.安装Sortable.js npm install sortablejs --save 2.在页面中引入: import Sortable from ‘sortablejs’ 注意
posted @ 2019-10-12 13:44  Lemoncool  阅读(15450)  评论(1编辑  收藏  举报