Skip to content

Instantly share code, notes, and snippets.

@maximgatilin
Created March 13, 2017 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximgatilin/c81912ab6216d1618135064171e5abb7 to your computer and use it in GitHub Desktop.
Save maximgatilin/c81912ab6216d1618135064171e5abb7 to your computer and use it in GitHub Desktop.
jsonRepeat.xml #tags:fiori
<List
headerText="{i18n>invoiceListTitle}"
class="sapUiResponsiveMargin"
width="auto"
items="{invoice>/Invoices}" >
<items>
<ObjectListItem
title="{invoice>Quantity} x {invoice>ProductName}"/>
</items>
</List>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment