Refresh Table after performed action in Widget
How do I refresh the List page of a resource after I performed an action in a Widget on the List page
use Livewire\Attributes\On;
#[On('updatePage')]
public function updatePage(): void
{
//...
}$this->dispatch('updatePage');