FilamentF
Filament2y ago
Rome

Open custom modal action on record click

I need to open a custom modal action on row click. I've tried in recordUrl() and in recordAction() with no luck.
Solution
if you create a custom action, you should add in the table

$table
->recordUrl(null)
->recordAction('yourActionName')
Was this page helpful?