oka
oka
FFilament
Created by nostrodamned on 2/5/2024 in #❓┊help
Pass Calling Model on ImportAction from Relation Manager
Hi @cvc . How about using options method like below?
->headerActions([
Tables\Actions\ImportAction::make()
->importer(GroupImporter::class)
->options([
'group' => $this->getRecord()
])
])
->headerActions([
Tables\Actions\ImportAction::make()
->importer(GroupImporter::class)
->options([
'group' => $this->getRecord()
])
])
I'm sorry if this answer isn't fit you or you already solved this issue.
5 replies