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
Aam MAam M 

How to break pageblocktable

I want to break pageblocktable in two rows.
For ex.
I've headers like below image
User-added image
 I want to display Headers and values like the below image.
Can any suggest solution

User-added image

Please help to build this. This is a single productlineitem. I want to display all productlineitems like this 
GauravGargGauravGarg
Please use HTML Table to make this layout. 

Thanks,
Gaurav
Skype: gaurav62990
Takes Freelance Jobs
Aam MAam M
yes we can use HTML layout for making that layout. But how can we put the table like that for all poduct lineitems?
GauravGargGauravGarg
As I can see in above image, there are one quote and multiple Product Line Item. I.e. you need to create nested Datatable block to display above html format.

Here is the link to guide about DataTable in visualforce page. 
 https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_dataTable.htm (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_dataTable.htm)
Thanks,
Gaurav