entropy
View Record Tab Navigation
I am trying to build a resource View page that has several Relation Managers, as well as a few custom sub-pages with different views/capabilities.
There are a few ways to get tabbed sub-navigation on the Record View Page.
I know I can use the
getSubNavigation
method for the ViewRecord page, and the getRelationManagers
method is used to generate tabs for each relation manager.
I'd like to merge the two tabs together, so relation managers are in the same navigation pane as the sub tabs.
Is there a Filament Way to do this? Because I can't find any documentation that talks about it.
While typing this, I'm thinking I could try creating individual pages for each relation manager, and link those using the getSubNavigation
on the parent ViewRecord page, and maybe that would work?
Any insight here would be helpful.
If the individual page thing works out, I'll report back.
Thanks!2 replies