© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Adel

does RelationManager support navigating to view instead of modal view?

does RelationManager support navigating to view instead of modal view?
Solution
You can write your own Action and link to the page. You don't get hierarchy this way though.

Action::make('view')
  ->url(fn ($record) => YourResource::getUrl('view', ['record' => $record]))
Action::make('view')
  ->url(fn ($record) => YourResource::getUrl('view', ['record' => $record]))
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Programmatically open relationManager View/Edit modal
FilamentFFilament / ❓┊help
16mo ago
Click ViewAction in RelationManager to view resource
FilamentFFilament / ❓┊help
14mo ago
How to NOT view RelationManager records in modal?
FilamentFFilament / ❓┊help
3y ago
Change with of relationmanager modal
FilamentFFilament / ❓┊help
15mo ago