Reverb in Filament Tables
Instead of polling, How can i trigger an event to reload a specific table of a resource to reload ? I tried to register a script in AppServiceProvider and im having difficulty in getting the table component then refresh the component at the script. Is there is a better way to do this? Thanks.
Solution
Got the solution instead of finding the table in the javascript i added listener in ListPage or any livewire component files for example:
Then you can dispatch/broadcast events in actions like:
Then you can dispatch/broadcast events in actions like: