#Dynamic table column updates with reverb and broadcasting changes

5 messages · Page 1 of 1 (latest)

wise raptor
#

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.

languid dewBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

native rock
#

Reloading the livewire component from a websockets event will reload the table contents

vocal spruce
#

AFAIK that's not possible without custom code - but I could be wrong