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.
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.

