asantibanez/laravel-blade-sortable

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

Opened this issue · 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

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