FilamentF
Filament13mo ago
FELL

createAnother in custom action

i need add createAnother button into my action

Action::make('ExtractItems')
->label('')
->icon('heroicon-o-circle-stack')
->color('warning')
->modalHeading('')
->action(function ($record,$data) {
//
})
->form(function ($record){

return [

];
})
->visible(fn ($record) => $record->extract === true)
->modalSubmitActionLabel('')
->modalCancelActionLabel(''),
Was this page helpful?