Pass Calling Model on ImportAction from Relation Manager
HI all, Is there a way to pass which ModelId called the Import Action
We have a Group Model and we want to know the group_id that the import action was called from in order to save it to a database record?
Solution:Jump to solution
Hi @cvc .
How about using
options
method like below?
```
->headerActions([
Tables\Actions\ImportAction::make()...2 Replies
Solution
Hi @cvc .
How about using
options
method like below?
I'm sorry if this answer isn't fit you or you already solved this issue.Doh!! perfect thanks!