Use websockets and events to perform real time updates on the table component instead of polling ?
Just wondering if there is a way I can use laravel reverb to emit an event saying 'db updated' or something and then have livewire refresh the view for the filament table by running a query to the db. Rather than polling every few seconds via ->poll() method.
I can probably hack something together but would rather not if there is some sort of approach people have figured out.
also happy to pay for a premium plugin that overrides the existing table component to add these websockets if someone wants to work on that. lol
0 Replies