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.
8 Replies
What does false do?
This is true
This is false
I thought true would display both inline
Ah, I see. I get what you are wanting as well. Pretty much stacked RM tables. Right?
One after the other
Solution
Correct
I have found this solution, i need to wrap the relation managers in a group with no name.
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