Reload Page on table row action success

Hi,
I have a EditPage for a resource that is showing a detail of the resource.
In this page I have a Form (FormBuilder).

Two of the fields are Livewire::make() components.
Such components are two Tables (Created via the TableBuilder).

On such tables I can "move" the rows between the two tables.
To do so I have an action that updates the Team players.

The action trigger the update of the table the action is triggered from,
but the other table is not updated. The only way to have the updated data is to manually refresh the page.

For example:
Resource: Game
Table 1: Team Red Players
Table 2: Team Blue Players
(Both table are the same Livewire Component, a TeamID is passed as a Livewire argument for the query builder of the table)

I've been struggling with this issue for some time and any input would be welcome.
Was this page helpful?