laravel-blade-sortable
laravel-blade-sortable copied to clipboard
defer modifier is not working
I am trying to use the package with defer modifier and it does not work. I want to first sort all of my images and when I click the save button to send the sorted order to the server. This is to avoid many HTTP requests to server.
wire:onSortOrderChange.defer="handleOnSortOrderChange" // is not working
Is the defer modifier working? If not is it possible to achieve this behavior somehow?
This would be a great feature for sure!