Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.74k stars 106 forks source link

带有checkbox的表格,进行列拖拽会错位 #39

Open wangziyi0526 opened 11 months ago

wangziyi0526 commented 11 months ago

使用 ant-design-vue 3.1.20 中的table 会出现拖拽错位问题

Alfred-Skyblue commented 11 months ago

请安装0.2.5版本,使用 customUpadte属性进行配置,自行移动数组元素位置

function customUpdate(evt: SortableEvent) {
  const { newIndex, oldIndex } = evt
  // 自行移动元素位置
}