How to open a custom page from a custom table action?

I have a Report page that I want to open by clicking on a custom action
 Action::make('report')
                    ->action(fn(Device $record) => self::report($record)),
Was this page helpful?