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
YashYash 

How to display Columns in Column using Ext.grid.ColumnModel on VF page

    Hi ,

I want to display the UI as following with help of EXT JS library and visual force page.



Header-1

Header-2

Header-3

Header-4

Col-1

Col-2

Col-1

Col-2

Col-3

Col-1

Col-1

data

data

data

data

data

data

Data

data

data

data

data

data

data

Data



Please give me some reference to get this.
 
 
Thanks & Regards
Yash

Rohit2006Rohit2006
You can use html table and can use colspan property for <td> tags.You can insert VF components in HTML table too :)