function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rtyanasrtyanas 

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.

 

 

rtyanasrtyanas
I am using all custom objects
Devendra@SFDCDevendra@SFDC

Hi,

 

You can refer to this post.

 

Thanks,

Devendra