Skip to content

Instantly share code, notes, and snippets.

@jaheba
Created October 21, 2013 10:13
Show Gist options
  • Select an option

  • Save jaheba/7081576 to your computer and use it in GitHub Desktop.

Select an option

Save jaheba/7081576 to your computer and use it in GitHub Desktop.
sapui5 formatter example
template: {
title: {
parts: [{
path: 'name'
}, {
path: 'surname'
}],
formatter: function(name, surname) {
return name + ' ' + surname
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment