Non Tabbed Relation Managers

Is it possible to display multiple relation managers on the resource view page without having them tabbed? I am using v3 beta and had set the following public function hasCombinedRelationManagerTabsWithContent(): bool { return true; } but all this does is add the page as an additional tab called view instead of merging them all in to the page.
Solution:
Correct
Jump to solution
8 Replies
Mark Chaney
Mark Chaney12mo ago
What does false do?
Ian Tasker
Ian Tasker12mo ago
This is true
Ian Tasker
Ian Tasker12mo ago
This is false
Ian Tasker
Ian Tasker12mo ago
I thought true would display both inline
Mark Chaney
Mark Chaney12mo ago
Ah, I see. I get what you are wanting as well. Pretty much stacked RM tables. Right? One after the other
Solution
Ian Tasker
Ian Tasker12mo ago
Correct
Ian Tasker
Ian Tasker12mo ago
I have found this solution, i need to wrap the relation managers in a group with no name.
RelationGroup::make('', [ ... ]);
RelationGroup::make('', [ ... ]);
Mark Chaney
Mark Chaney12mo ago
Thats great! I think it would be great to have an option where you could have them tabbed, but a session option to expand all for that resource to have automatically static them