F
Filament15mo ago
ded7978

Change the location of the buttons

How can I put the "Send & Submit" button next to the "Create" button. I use getFormActions for "Send and Submit" actions. protected function getFormActions(): array { $actions[] = \Filament\Pages\Actions\Action::make('send_and_submit') ->label('Send & Submit')->action(function (){ //some functions }); return array_merge(parent::getFormActions(),$actions); }
1 Reply
krekas
krekas15mo ago
Don't merge actions then. Make full array of them
Want results from more Discord servers?
Add your server