dezcao / SortableTable

bootstrap vue, elementUI, vuetify table row, column drag and drop sample
0 stars 0 forks source link

elementui版本会影响调整列宽功能 #1

Open sunxunacc opened 2 years ago

sunxunacc commented 2 years ago

在demo里把数据量增多可以验证出:调整列宽功能不正常,暂未解决

sunxunacc commented 2 years ago

已经解决了这个问题: 使用mutationObserver监听dom宽度变化,回调函数中重新调用sortable.create方法。在create回调中也要重新调用mutation。当然注意销毁操作。