cancel
Showing results for 
Search instead for 
Did you mean: 

UI Table column width optimization

Former Member
0 Kudos

Hi!

I'm using UI table component, and some of it's columns have text with different length in each row. So I wanted to optimize the width of these columns, based on the widest text.

For example one of the columns could have maximum 40 characters.

In this column there are 10, 20 and 30 characters in three rows. I would like to set the column's size to fit the widest (30 characters) row.

I woud like to have the same effect, that in the ABAP ALV COLWIDTH_OPTIMIZE setting.

Is it possible somehow?

Thank you

Tamá

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I lowered the table's scrollablecolcount property's value, it seems a bit better now... Unfortunately in exchange the user has to scroll more...Well, that would not be my problem any more