WillThatch
How to Reload Dashboard Widget from Other Widget after Modal Action?
I just added this to ReturnedItems Widget
protected $listeners = ['updateLatestReturnedItems' => '$refresh'];
and fire emit from BorrowedItems Widget inside modal action
$this->emit('updateLatestReturnedItems');
Found the solution here: https://filamentphp.com/community/how-to-refresh-widgets-when-table-actions-are-fired
8 replies