Skip to content

Instantly share code, notes, and snippets.

@jaheba
Created October 21, 2013 10:13
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 jaheba/7081576 to your computer and use it in GitHub Desktop.
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