F
Filament6mo ago
Wim

Custom table action to show blade file

In a Filament table, next to the view/edit/delete action I have defined a custom action (publish). For this, I'm using the following
Tables\Actions\Action::make('Publish')
Tables\Actions\Action::make('Publish')
This shows a modal form and all works well. I know I could use an InfoList so that one clicks on a view that the Infolist is displayed. But I would like this to happen when a user clicks on a custom action (instead of the view button). Is this possible?
0 Replies
No replies yetBe the first to reply to this messageJoin