Disable relationmanager tabs
I have 2 relation managers under my EditRecord page.
How can i disable the tabs? I just want them listed one after the other.
17 Replies
Try removing the RelationGroup in your Resource.
I don't have a RelationGroup?
If they are combined with the form then remove the
hasCombinedRelationManagerTabsWithContent
on your editResourceWrap each relation class with RelationGroup i'd say
By default, RM aren’t grouped and aren’t combined with the form. One of those two must be set someplace
Thats not necessary
i don't see either?
Are the RM combined in tabs with the Edit form? Or below the edit form?
Below. Registered like so under edit resource:
Check your main resource...that's where the RM's go
GitHub
How to stack multiple relation manager tables instead of tabs? · fi...
I have 3 relation managers, which are viewed in tabs by default instead of stacked tables. How can I reverse this so that I have multiple tables viewable on scroll. The opposite of this? Move tabs ...
The method in the main resource is the same
I'm sorry! I'm wrong
You actually need to group them. @Salah Kanjo was right
Apologies
But just group them once
Yes, this worked, thanks!
Is there a way to also add the relation manager in the middle of the edit form rather than at the end?
You're welcome!
In between 2 sections in $form