Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4032
How to more than one header row / span header over columns
posted

I have a grid containing some data for employees over a date range. cells in col1 contains the employee names, cells in col1 the data for the first day, cells in col2 the data for the second day etc.

How can multiple header rows be enabled and setting col span different.

Header 1 : monthname (should span over cells for days of the same month)

Header 2 : day of month number i.e. "09"  (spans 1 cell only)

Header 3 : dayname abbreviation i.e. "Wed"

How can I achieve this ? Any sample code ?

Thanks all. Markus