Create / Save header action for all resources at once
I would like to move the Create and Save action to the page header for all resources.
I know I can use:
But I prefer the make the change once for all resources instead per resource (page).
3 Replies
Right now im calling this trait on each page, but feels not good.
Could probably ::macro() or ::configureUsing() the CreateRecord class in a service provider. Honestly, though, I’d go with the trait.
Mmm guess so.. still this is not ideal because it does not show file upload state etc.
Would be great if we could configure the Save and Create button location within Filament