How to refresh the list after a bulk action? #263
Replies: 1 comment 6 replies
-
Hmm that's a good question i've only ever tested with exports. You could try emitting this event at the end of your bulk method and see what happens: https://github.com/rappasoft/laravel-livewire-tables/blob/master/src/DataTableComponent.php#L90 Otherwise I'll have to think of something else. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Thanks for building this great package. I'm just implementing in my first project. I was wondering how I trigger a refresh after a bulk action? I'm deleting records. After the records are delete the selection information and the "bulk action menu" remain open:
How would trigger a refresh/rerendering after the bulk action?
Cheers,
Peter
Beta Was this translation helpful? Give feedback.
All reactions