Standalone Actions
Hello, I was wondering if we can create standalone actions like Laravel nova to exist above the index table, and without selecting any column?
5 Replies
getActions()
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
@Dennis Koch Thank you for your response, I used getActions() but my actions aren't display. Do I need to create custom page first so I can use getActions() ? or Can I use it inside a filament resource?
You can use it on Pages not Resources. So in your case on the ListPage.
There should be a
CreateAction
alreadyI got it, Thank you so much for your answer and time