cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear SAPUI5 Experts,

Our goal is to resize the columns according to the string length of the json file data. Currently, following events and methods are available for sap.ui.table:


Event:

columnResize

Method:

autoResizeColumn(iColId)


The sap.ui.colum offers autoResizable(boolean value) doesn´t show any changes. I also do not see major changes if I change the width of the columns to 100%.

My question is: How to implement these methods/events correctly?

Thank you very much in advance!

Best regards,

Rufat

0 Likes
View Entire Topic
kai2015
Contributor
0 Likes

btw a column cannot have a width of 100% if you have more than one column.

All columns together have 100%

Former Member
0 Likes

..sry, I meant 100px, not percent...and I see changes when I set a column width to a specific width..