guilebc
guilebc
FFilament
Created by guilebc on 8/22/2023 in #❓┊help
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
FFilament
Created by guilebc on 8/8/2023 in #❓┊help
headerActions: "mutateFormDataUsing" method not working in RelationManager table
In any case, thank you @dariusiii for your very informative feedback.
12 replies
FFilament
Created by guilebc on 8/8/2023 in #❓┊help
headerActions: "mutateFormDataUsing" method not working in RelationManager table
I just tried on an Edit Action button, it actually works, the method is called correctly. This is therefore a problem on the CreateAction.
12 replies
FFilament
Created by guilebc on 8/8/2023 in #❓┊help
headerActions: "mutateFormDataUsing" method not working in RelationManager table
12 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
79 replies