sortablejs进行拖拽排序后,如何恢复到原来的初始状态
var _this = this;
var el = document.getElementById('rootChildDeparts');
_this.rootDepart.sortableObj = Sortable.create(el);
_this.rootDepart.sortableObj.destroy(); //销毁排序
_this.rootDepart.sortableObj.cancel(); //网上说取消排序是这样,但是我试了试没效果
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 toArray() 和 sort()
楼主有答案了吗?
this.sortAble = Sortable.create(el)
this.sortAble.option('disabled', true) 这样可以禁止拖拽