cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting table (similar to html table)

Former Member
0 Kudos

I have a data table which has following format:

column1 column2 column3 column4 column5

A--


B
C

D
--


E

I need to display this data in the table using the following format:

column1 column2 column3

A--


B
C
--


row1

D--


E--


row2

In html page this can be acheived using ``colspan`` tag.

Is there a way to achieve the same in WebDynpro for Java

Thanks,

Julia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

The information you provided is very useful.

It is said there that Table cells can be merged on the basis of their grouping value.

But in the examples they supplied the merging is done only for the headers.

I need to merge cells from the 2 columns in every even row; the cells from the odd rows should not be merged. I am not sure that it is even possible.

Thanks,

Julia

Former Member
0 Kudos

Julia,

I think that isn't possible, if i found a solution to it i'll post here. If you found something post here too, it will be interesting.

Regards

Answers (0)