andyov
andyov
FFilament
Created by andyov on 6/14/2024 in #❓┊help
Allow Relation Manager to to link to the `view` page rather than open a modal
Thanks both, very helpful. Went with the following:
Tables\Actions\ViewAction::make()->url(fn ($record): string => TheResource::getUrl('view', ['record' => $record])),
Tables\Actions\ViewAction::make()->url(fn ($record): string => TheResource::getUrl('view', ['record' => $record])),
5 replies