Mir Dostogir Ahmed
How to redirect to Another resource module with tableFilters parameter .
@Vp
i solved this way. This way is right ?
Action::make('Packages')
->url(fn (Area $record): string => url(PackageResource::getUrl('index',['tableFilters[area_id][value]' => $record->id])))
->icon('heroicon-m-rectangle-stack'),
5 replies
In filament simple resource how i use "getCreatedNotification" ? and update time "getSavedNotificat
@JJSanders
if i am use make:filament-resource Customer --simple then i have one resource file and i am not override notification as my won requirement when create or update.
if i am use make:filament-resource Customer --generate then i have create , list edit page and i easyly handle notification as my requirement .using this getCreatedNotification() and getSavedNotificat().
my question is how i do as like this when i use make:filament-resource Customer --simple
6 replies