cancel
Showing results for 
Search instead for 
Did you mean: 

Table Headers and colspan

Former Member
0 Kudos

Hi everyone

I need to do this

-----------


+

description

.......----+---+

Col1...

Col2..

col3.

------------+--+

data1..

data2.

data3

------------+--+

....} table data

How can I set the colspan for the header of a htmlb table view?

Thankz

Accepted Solutions (0)

Answers (1)

Answers (1)

darrell_merryweather
Active Contributor
0 Kudos

Hi

If you are using a GridLayout, then there is a colspan attribute on the GridLayoutCell. If you are using the FormLayout, then there is a colspac attribute on the FormLayoutCell. Alternatively use simply HTML tables instead, as you can mix and match. By using HTML you can also make sure that the size of the compiled JSP is very small

I hope this helps

Darrell