F
Filament2y ago
Noor

Refresh

I want a refresh action button on top right corner in place of new resource ... so when user clicks on it it refresh the tabel... how can I do it ?
1 Reply
Patrick Boivin
I'm not sure but I think any action should refresh the table... Just try an empty action with:
Action::make('refreshTable')
->action(function () {})
Action::make('refreshTable')
->action(function () {})

Did you find this page helpful?