asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

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

Open dambridge opened 2 years ago

dambridge commented 2 years ago

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

Hesesses commented 2 years ago

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