A Belongsto Relation manager
I have a model Traject and a BelongsTo relationship with Clients. Now I'd like to have a tab with a form the edit the client data in the Traject Resource. When I search I can only find relation managers showing a table, is it possible to show a form for the relationsship
4 Replies
Thanks @danharrin ! But is there also a possibility to create a tab with a form ?
yes
create a tab layout component and then put this inside it?
doesnt need to be a Fieldset, you could use a Grid or something.
That makes sense, thank you!