PVanh_EOC
Explorer
Member since ‎06-18-2014

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi is there a way to manually retrigger the formatter function? formatterBU: function(input){     try {         return _.find(this.getView().getModel('list').oData.BU, 'key',input).description;     }     catch (e) {         return input;     } }, ...
Can someone explain what I'm doing wrong?See > JS BinWhy doesn't this work ?If I don't create a named model.this.getView().setModel(new sap.ui.model.json.JSONModel(data),"list");>this.getView().setModel(new sap.ui.model.json.JSONModel(data));and chan...
Kudos given to