guilebc
Custom Action in RelationManager with current record injection
I found the solution using record owner.
Here is the example:
Tables\Actions\Action::make('export')
->label('Export CSV')
->action(function(RelationManager $livewire) {
dd($livewire->ownerRecord);
})
3 replies
adding trait Translatable will make all fields Translatable
Hello, same here =(, but this https://github.com/filamentphp/filament/issues/7156#issuecomment-1663512999 work for me
79 replies