© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
5 replies
Mombei

Relation Manager in Tab component of parent Resource

What I am trying to do: I want my "Accounts" resource to have tabbed Relation Managers for its Many-to-Many relationships. The reason I want the Relation Manager inside a Tab component on the parent resource is because I need the editable "name" form field to be displayed outside of the tabs, on top, so it's always visible.

What I did: I have tried declaring
public function hasCombinedRelationManagerTabsWithContent(): bool 
{
    return true;
}
public function hasCombinedRelationManagerTabsWithContent(): bool 
{
    return true;
}

in the EditAccount.php of the Resource pages

My issue/the error: the above solution puts the entire content of my EditForm in its own tab, which is different from my requirement.

Do I need to code a custom view/component or use some Livewire workarounds? This is my first project in Laravel (but not my first in php) and I've been following the documentation
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

relation manager in tab
FilamentFFilament / ❓┊help
3y ago
Render relation manager inside resource form tab?
FilamentFFilament / ❓┊help
3y ago
Relation Manager in ListRecords Tab
FilamentFFilament / ❓┊help
12mo ago