cancel
Showing results for 
Search instead for 
Did you mean: 

merging cells in table

Former Member
0 Kudos

I need to merge cells of a table having the same data and display it one block.

May I have some input in how to go about it?

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Valery

That's great. Could you give some more hint on how it can be done?

Thanks a lot

Yingzhi

Former Member
0 Kudos

Yingzhi,

Use new TableGroupedColumns when creating table.

GroupedColumn has property "groupingValue". Bind this property to necessary context attribute. That's all. All rows with same value will share one merged cell.

VS

Former Member
0 Kudos

Thank you Valery, it works fine and looks good now

Answers (2)

Answers (2)

Former Member
0 Kudos

Rahul,

If you are talking about merging between several <b>rows</b> then this functionality exists in NW04s for Java preview (not in previous NW04, at least not in SP13 and previous). Should be available in WD ABAP as well.

Merging several <b>columns</b> is not possible at all.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Yashpal
Active Contributor
0 Kudos

Hi Rahul,

Merging of cells is not possible in webdynpro.....u have to copy the data into some other node and clear the redundant data and then bind thw table with that data...but even though blank table cells will be present.....

Regards,

Yash