cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use Rating Idicator control in a objectlistitem to show the ratings of each product ??

Former Member
0 Kudos

<List id="list" items="{/products}" updateFinished="onUpdateFinished" growing="true" growingThreshold="7" growingScrollToLoad="true">

<items>

<ObjectListItem type="Active" selected="true" icon="{image}" press="itempress" title="{id}" number="{ path: 'price' }" numberUnit="{CurrencyCode}" markFavorite="true"> </ObjectListItem>

</items>

</List>

Accepted Solutions (0)

Answers (1)

Answers (1)

maheshpalavalli
Active Contributor
0 Kudos

You can use the aggregation "attributes", in which the control "sap.m.ObjectAttribute" can be placed. Again the ObjectAttribute control will have an aggregation called "customContent", where you can place your desired control.

else you can go with "CustomListItem" where you can place any control you like.

Best Regards,
Mahesh