Hi,
I'm working with parent and child tabels and it works fine.
Now I wanted that
1. the child tabels are not visible in the homepage panel (only the button of the parent)
2. the child names in the parent detail view are not showen as buttons but tabs.
Is this possible?
Thank you in andavence
Thomas
child tables as tabs in parent detail view
Re: child tables as tabs in parent detail view
Hi Thomas, both can be done. Here is how:

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: child tables as tabs in parent detail view
Hi Ahmad,
thank you very much for the great explanation.
My first point now works fine - "hide link in homepage" let disappeare the buttons leading to the child tabels in the homepage.
But unchecking the "Enabled" option ind the "Parent/Children settings let the tabs of the children in the parent's detailview disappeare not the buttons on the top. I would like to see the tabs (and only when a record is selected in the tabelview) not the buttons (which are also visible without selecting an existing record, so that childs could be created without parent).
I'm afraid I need some more help with this...
Kind Regards
Thomas
thank you very much for the great explanation.
My first point now works fine - "hide link in homepage" let disappeare the buttons leading to the child tabels in the homepage.
But unchecking the "Enabled" option ind the "Parent/Children settings let the tabs of the children in the parent's detailview disappeare not the buttons on the top. I would like to see the tabs (and only when a record is selected in the tabelview) not the buttons (which are also visible without selecting an existing record, so that childs could be created without parent).
I'm afraid I need some more help with this...
Kind Regards
Thomas
Re: child tables as tabs in parent detail view
I got it!
To hide the link buttons to the childs, in "Detail view settings" the options "Display a link to children records from" has to be unchecked...
To hide the link buttons to the childs, in "Detail view settings" the options "Display a link to children records from" has to be unchecked...
child tables seperated not tabbed
hi all,
how can i show child tables seperated (side by side) not tabbed ?
how can i show child tables seperated (side by side) not tabbed ?
Re: child tables seperated not tabbed
i removed display:none from bootstrap.css for panel now i can see all child tables at once.drascom wrote:hi all,
how can i show child tables seperated (side by side) not tabbed ?
also i remove tab-nav section becouse it isn't usefull anymore now new problem appear:
i need to use table labels at above each tables i found <?php echo $tabLabels; ?> handle it
how can i send those variables to child-foo.php to split and put above each table?
thanks for help.