How to move CreateAction inside HeaderActions
It's possible to move CreateAction button inside HeaderActions header?
3 Replies
you could hide the create action with canCreate() : boolean. and add your create action as a custom action
Ok but how can I move my custom action to be at the same line with search input and filters?
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