cancel
Showing results for 
Search instead for 
Did you mean: 

How to make back ground of data in a table to plain colour?

Former Member
0 Kudos

Hi all,

I want to make the background of data in a table to be in white colour..

How to make it?

Regards,

Yugesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

I used Inputfield in table and now I am getting background as white. But now the problem is I am getting the entire data in a single row. Because of that the table is exceeding the screen. I saw there is no wrapping property for Input field type. How to fix the column size, so that if data exceeds it should come below but not in a single row?

Former Member
0 Kudos

Hi,

Have you got scorllbar or not. Use the setscrollablecolcount properyt of the TABLE so that you an get the scrollbar in the TABLE.

If you want to set the width then in LAYOUT for that column you can set the width.

Regards,

Lekha.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Lekha,

I am getting the scrollbor. Even then the problem is not fixed.. Can we fix the size of a column in the table which is of type Inputfield? Even though I fixed the width of the column, data is exceeding..

Former Member
0 Kudos

Hi,

If you want to set the width of the input, check the cell editor property of that table column.

If you want you can also set the width for the celleditors(textview).

You need to even set the width of the conatiner and also the table.

Regards,

Lekha.

Former Member
0 Kudos

Hi Sourav,

Till now I used component wizard for all. I dont no how to call this method.. Will u please guide me...

Regards,

Yugesh

Former Member
0 Kudos

HI Lekha,

I used the the samething only.. But its not working for that..

Former Member
0 Kudos

Hi,

I guess, you have Transparant container(as TRANSPARENT) and there is a TABLE UI inside that.

For this TABLE UI also, check the LAYOUT data and use the TRANSPARENT..

Regards,

Lekha.

Former Member
0 Kudos

hi,

Check out the Design property of TABLE UI .

design: alternating

CL_WD_TABLE=>E_DESIGN-ALTERNATING

design: standard

CL_WD_TABLE=>E_DESIGN-STANDARD

design: transparent

CL_WD_TABLE=>E_DESIGN-TRANSPARENT

So take Design as Transparent . It would work.

Former Member
0 Kudos

Hi,

Have you used any transpranet container and if the layout is MAtirx then use the property

cellBackgroundDesgin as Transparent...

Please test it out.

Regards,

Lekha.

Edited by: Lekha on Nov 2, 2009 1:11 PM