Dynamic table column updates with reverb and broadcasting changes

I'm building a integration and I'm syncing contact information from a 3rd party service to local table then to another 3rd party service. I want to mark the contact as synced and update the date and time in real time without page loads in the table. That way I can show the user in real time what contact was saved and synced and what needs to change or retry. Does anyone know how I should approach this? I have reverb working with filament already. Any advise is appreciated.
3 Replies
Dan Harrin
Dan Harrin3mo ago
Reloading the livewire component from a websockets event will reload the table contents
ChesterS
ChesterS3mo ago
I think what they mean is that they want to update only a specific raw/column wihtout having to reload the whole table AFAIK that's not possible without custom code - but I could be wrong
Dennis Koch
Dennis Koch3mo ago
And I think Dan just said, that doesn't work because it always reloads the table 😅

Did you find this page helpful?