Event after table items are reordered
Hi guys,
Is there any way to run code after the Table items are reordered using the reorderable() method?
There are no Model events, since they are updated using the ->update() method.
Thanks!
1 Reply
Bumping this as I also need to dispatch a livewire event after reordering.
I really don't want to use model update event and check if specific property is updated to determine what event to send.
My code ain't doing shit
Ok I got it.
You can override that public method on livewire component (such as relation manager, or list records...)