sortable
sortable copied to clipboard
Is there a `defer` option for sorting?
I was wondering if there was an undocumented defer option (or all the modifiers that exist on wire:model) so that we can better control how often a request is made.
For example, we have a long list we want to sort, but we don't want to apply the changes until the user clicks the apply button due to the reload times involved.
Thanks :)