cancel
Showing results for 
Search instead for 
Did you mean: 

Column Width In A Normal Table

Former Member
0 Kudos

Hi Experts,

Could someone please tell me how to set the column width automatically i.e if the text in a field is long then the column should automatically resize to show the entire text. currently when i set the column width to a certain value the column looks odd since even when the column contains only short text values the width is too large.

Appreciate Your Response,

Chaitanya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the box for RESIZABLE

Check the WDR_TEST_TABLE for the view COLUMN_P13N for the same.

Regards,

Lekha.

Former Member
0 Kudos

Hi lekha,

thanks 4 the reply, i have put the column as resizable but still i have the column text being truncated without resizing the column please throw some light on this.

Chaitanya.

Former Member
0 Kudos

Hi,

Uncheck the FIXED LAYOUT option for the Table.

Regards,

Lekha.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chaitanya,

You no need to set any(width,resizable....), If you want to increase the column width automatically.If you want to restrict the column size then give table width to some 75% and column width is 200px or 300px.Since you do not want to restrict the width leave the width is empty it automatically adjust according to length of text you entered.

Regards,

Suman