cepairda
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