Skip to content

Commit

Permalink
XML number format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Kayacan committed Aug 5, 2022
1 parent 628f3d0 commit b25090c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/new/fullwidth-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"_version": "1.4.0",
"sap.app": {

},
"sap.ui": {
"fullWidth": true,
"technology": "UI5",
"icons": {

},
"deviceTypes": {

},
"supportedThemes": [

]
},
"sap.ui5": {

},
"sap.platform.abap": {

}
}
1 change: 1 addition & 0 deletions src/new/number-format.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<Text text="{ path: 'worklistView>Gunlukhedefciro', type: 'sap.ui.model.type.Float', formatOptions: {groupingEnabled: true, decimals: 0} }"/>

0 comments on commit b25090c

Please sign in to comment.