cepairda
cepairda
FFilament
Created by cepairda on 3/17/2025 in #❓┊help
I created a ListRecords with a parameter in route and my widgets don't work, they don't see param
This is my route in the DriverResource file 'stat' => Pages\StatDrivers::route('/{record}/statistics'), If I use a static value, the widgets work: $this->driverId = 14; But when I get the value through $this->driverId = request()->route('record'); widgets are not work I added full code to GitHub because Discord has a 2000 character limit. https://github.com/filamentphp/filament/discussions/15885
2 replies
FFilament
Created by cepairda on 3/16/2025 in #❓┊help
Filament getTabs method for table on custom resource page
No description
18 replies