on 2020 Oct 30 2:39 PM
Dear colleagues,
I am trying to use a formatter within a value help dialog. In oder to use the formatter I am trying to bind it within the definition of the columns of the value help:
_oValuehelpModel = new sap.ui.model.json.JSONModel({
"cols": [
{
"label": "{i18n>templateName}",
"template": "templateModel>name"
},
{
"label": "{i18n>templateType}",
"template": "templateModel>type"
},
{
"label": "{i18n>personalTemplate}",
"template": "{path: 'templateModel>personal', formatter:'.formatTemplateVersion'}"
}
]
});
However this does not seem to function as there are no entries returned..
The binding works without the fromatter.
If you have experienced a similar issue, I would be thankful, for your support.
Thanks,
Daniel
Hi,
I'm facing a similar issue. Any solution identified?
Thanks,
Karishni
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.