cancel
Showing results for 
Search instead for 
Did you mean: 

ObjectAttribute width in ObjectListItem

yes_sapteam
Participant
0 Kudos

Hello all Experts,

I am new to sapui5.

i have an application with Master -Detail template .

In the side of split-screen layout where i see the list of items,

For each items i see additional data,the problem is that in tablet devices

i see some data with dots instead of all the data.

how can i force it to show more data.

Any help will be appreciated.

Thank You.

Master view xml

<items>
  <ObjectListItem
	title="{ID}"
        icon="{
		path : 'PictureUrl'						
	      }"
	number="{Amount}"
	numberUnit="{CurrencyCode}"
	type="{device>/listItemType}" >
	<attributes>
	<ObjectAttribute
	    text="{CreatedByName}" />
	<ObjectAttribute
	    text="{OrderCreDate}" />
	<ObjectAttribute
	    text="{OrderDirection}"
	    width='50rem' />	                         
	</attributes>


Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Kudos

Hi Rachel,

Please check my response in this thread: Text wrap in ObjectAttribute in ObjectListItem in sap ui5

Regards,

Sai.