C
|
cgphp 10/30/2011 |
You can use iframe to load the details table list inside the master table list: http://www.w3schools.com/tags/tag_iframe.asp |
M
|
mickna author 10/31/2011 |
Thank you Cristian, |
C
|
cgphp 10/31/2011 |
Do you want a box with the detail records under each master record ? |
M
|
mickna author 10/31/2011 |
Hi Christian,
|
C
|
cgphp 10/31/2011 |
You can create a template var and place it where you want on the List page. Assign to it an html table populated with child records (a query is needed to get child records). |
M
|
mickna author 10/31/2011 |
That's what I am doing right now. |