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
Dennis Koch
Dennis Koch14mo ago
getActions()
Dennis Koch
Dennis Koch14mo ago
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Ahmed Essam
Ahmed Essam14mo ago
@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?
Dennis Koch
Dennis Koch14mo ago
You can use it on Pages not Resources. So in your case on the ListPage. There should be a CreateAction already
Ahmed Essam
Ahmed Essam14mo ago
I got it, Thank you so much for your answer and time