Document item draggable code-refactoring..

This commit is contained in:
Cüneyt Şentürk
2023-01-04 10:06:22 +03:00
parent 93dda9874d
commit 98188ea0cd
3 changed files with 6 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<tbody is="draggable" tag="tbody" handle=".handle" @start="dragging = true" @end="dragging = false" @update="onUpdate">
<tbody is="draggable" tag="tbody" handle=".handle" @start="dragging = true" @end="dragging = false" @update="onItemSortUpdate">
<tr v-for="(row, index) in items" :index="index">
@stack('name_td_start')