Moe Tarhini
Moe Tarhini
FFilament
Created by Moe Tarhini on 6/27/2024 in #❓┊help
How Can I Stop the Relationship from Auto-Saving After Submitting the Form
Table Action : Tables\Actions\EditAction::make() ->before(function (array $data, Domain $record, $action): array { dd($record->services);
}); Inside the From : Select::make('services')->native(false)->preload() ->helperText(fn (Get $get, $livewire) => renderHelperTextDomainForm::renderHelperTextForInactiveServices($livewire, $get('services'))) ->relationship(name: 'services', titleAttribute: 'name') ->dehydrated() I really don't know what I'm doing wrong, after the dd($record->services) is launched the services record is already has been updated in the db !
4 replies
FFilament
Created by Moe Tarhini on 5/29/2024 in #❓┊help
Very slow performence (pagination, bluk action)
Hi. Sorry for the late reply. I checked the phpinfo() and OP cache is enable
7 replies
FFilament
Created by Moe Tarhini on 5/29/2024 in #❓┊help
Very slow performence (pagination, bluk action)
No description
7 replies
FFilament
Created by tim.lalev on 5/15/2024 in #❓┊help
Table Performance | Need PRO Advice
Hey, Did you find a solution? I'm facing the same problem
4 replies
FFilament
Created by wazkaz on 12/6/2023 in #❓┊help
Relation manager display
Hey man, do you mind to share your code ? it will be very helpfull
14 replies
FFilament
Created by Wayne_Swart on 1/16/2024 in #❓┊help
Multiple select filter does not reload
Hey, did you fix it ? what was the problem ?
5 replies