Page 1 of 1
Need help with custom look
Posted: 2021-02-22 21:02
by dlee
Attached is a pic of what I am after. I want to list clients on the top and their invoices directly below. I would prefer that when you click on the client name that their invoices appear below instead of the click taking you to the client's detail page.
Can you guys get me started please?
TD
Re: Need help with custom look
Posted: 2021-02-22 21:06
by dlee
Attached pic

- custom look.jpg (42.91 KiB) Viewed 2295 times
Re: Need help with custom look
Posted: 2021-02-23 06:50
by SkayyHH
I think you can't do that out of the box.
But it would be a cool feature if we could define in appgini that the child tabs are displayed on the parent list page.
Sure one of the coders here has an idea how it can be realized via the hooks.
Re: Need help with custom look
Posted: 2021-02-26 04:03
by dlee
Thanks SkayyHH, let's hope one of the coders here has an idea how to get started on this
TD
Re: Need help with custom look
Posted: 2021-02-28 15:37
by a.gneady
Hmm .. that's an interesting question. Probably the easiest way is to set the detail view to display in the same page as the table view, then use some JS code (in hooks/clients-dv.js
) to hide the detail view and move the child tabs section outside it (so that's it's not hidden) ... maybe also add a button that hides/unhides the detail view.