cancel
Showing results for 
Search instead for 
Did you mean: 

how to merge coloumns in a table

Former Member
0 Kudos

Hi,

I hav a task in which i hav to maintain a table .In this table ,there is a coloumn which must have label,input field and two buttons.

If i am using tablecoloumngroup as a coloumn for this situation then also it shows a vertical and horizontal line between coloumns in table coloumngroup under a common header.

So basically my requirement is like we have three coloumn

1. item name

2. empty header

3. price

so in 2nd coloumn we hav label ,inputfield and two button.

I hav one option if we set table property (grid data) to none,but in this case all the 3 columns merge.But i want distinction between three coloumns

Kindly provide me some solution.

Thanks,

Sudhanshu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Sudhanshu

First welcome to sdn

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69d0e1c...

Refer this pdf .u will get some clue from this pdf to your question

Regards

Ruturaj

Former Member
0 Kudos

Hi Sudhanshu,

try setting the design property of the table to transparent, you can change the design property of individual column also.

I hav one option if we set table property (grid data) to none,but in this case all the 3 columns merge.But i want distinction between three coloumns.

Basically to remove the horizontal and vertical lines gridMode is set to none, But you are saying that it gets merged does it mean that the 3 columns are appearing very near to each other? If you do not want them to merge then do not use a grouped column, let them be seperate columns and then set gridMode property to none.

Edited by: Aishwarya Sharma on Oct 16, 2008 10:27 AM