laravel-blade-sortable
laravel-blade-sortable copied to clipboard
Get updated sort order for $from and $to groups?
Hey there, great package!
I'm wondering if I'm missing something -- is there a way to get the updated sort list for both the from
and to
groups when updating? I just see the new order and previous order for the target group I think
I have wire:onSortOrderChange="groupChanged"
and when i move item from group A to group B then the groupChanged
function is fired twice, once for from group and once for to group