Help with displaying two tables

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
mgodinez
Posts: 7
Joined: 2013-10-30 16:20

Help with displaying two tables

Post by mgodinez » 2023-04-06 02:47

Hi everyone,

I am trying to replicate the way the customer's detail view displays all the orders from that customer. Here is the URL showing the two tables:

https://demos.appgini.com/northwind/customers_view.php

It shows only the orders from that particular customer. Is there a step by step tutorial on how to do this with my own database?

Any help will be appreciated.

Manny G.

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Help with displaying two tables

Post by peebee » 2023-04-06 03:33

I presume you are referring to Lookup Fields and Parent/Children settings display?

Already built into Appgini with no additional coding required. Just edit your table/field settings before generating.

Have a look here (scroll down to Parent/Children settings): https://bigprof.com/appgini/help/workin ... kup-fields

mgodinez
Posts: 7
Joined: 2013-10-30 16:20

Re: Help with displaying two tables

Post by mgodinez » 2023-04-12 13:31

That worked! Thanks!

Post Reply