F
Filament6mo ago
Codrin

How to move CreateAction inside HeaderActions

It's possible to move CreateAction button inside HeaderActions header?
No description
3 Replies
Ali
Ali6mo ago
you could hide the create action with canCreate() : boolean. and add your create action as a custom action
Codrin
CodrinOP6mo ago
Ok but how can I move my custom action to be at the same line with search input and filters?
ChesterS
ChesterS6mo ago
There's no build-in method AFAIK. You can try with css or something, or maybe render hooks. https://filamentphp.com/docs/3.x/support/render-hooks

Did you find this page helpful?