You need to sign in to do that
Don't have an account?

Displaying A List of Records
There is a list of data I need to display to the user. I am currently using Apex:dataTable but, that only gives me one row. For each record I need to display a few fields in a multiple rows. Also, there are child records that I want to display as a sub table.
For example if I wanted to display a list of customers (multiple) with their orders:
Name
Address
Address2
City, State
Order 1
Order 2
This is a sample of the format where the name and address are on separate rows and the orders are from a child table. Apex:dataTable cannot do this. Are there suggestions on displaying this to the user in a VisualForce page? Are there easier methods to accomplish this?
Thanks.
Hi,
You can refer to this post.
Thanks,
Devendra