© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
ahinkle

Relationship Manager: Open in same window (non-modal)

Say I have a
UserResource
UserResource
and a
PostResource
PostResource
.

When I add a
PostRelationManager
PostRelationManager
, it opens posts in a modal. How can we make it display the full page
Post
Post
instead of modal?

PostRelationManager
PostRelationManager
:
    public function table(Table $table): Table
    {
        return PostResource::table($table);
    }
    public function table(Table $table): Table
    {
        return PostResource::table($table);
    }


PostResource
PostResource
Actions:
->actions([
    Tables\Actions\ActionGroup::make([
        Tables\Actions\ViewAction::make(),
        Tables\Actions\EditAction::make(),
    ]),
])
->actions([
    Tables\Actions\ActionGroup::make([
        Tables\Actions\ViewAction::make(),
        Tables\Actions\EditAction::make(),
    ]),
])


When on the PostResource, it opens in the same page, but when using the relationship manager, it opens a modal.
Been scouring the docs but not seeing it. Thanks!
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

table action to open the relationship manager in a modal?
FilamentFFilament / ❓┊help
2y ago
Relationship manager modal not opening
FilamentFFilament / ❓┊help
11mo ago
Open modal with relationship infolist
FilamentFFilament / ❓┊help
3mo ago
Modal window
FilamentFFilament / ❓┊help
2y ago