laravel-blade-sortable icon indicating copy to clipboard operation
laravel-blade-sortable copied to clipboard

Get updated sort order for $from and $to groups?

Open dambridge opened this issue 2 years ago • 1 comments

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

dambridge avatar Mar 13 '22 22:03 dambridge

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

Hesesses avatar May 04 '22 07:05 Hesesses