former_member591516
Explorer
Member since ‎2018 Sep 12

User Statistics

  • 33 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

I have a ui.table and I bind a JSON model to it. That worked fine the whole time but apparently I made some changes that caused the data to disappear. When getting the binding of the table, I see data but the bindingContext is "undefined". I'm als...
I'm enhancing the main i18n file in my application like this: var i18n = this.getCallbackAPI().getView().getModel('i18n'); i18n.enhance({bundleUrl:"/sap/bc/ui5_ui5/sap/workspace/webapp/app/i18n/i18n.properties"}); I have two different .properties...
In my MainController I'd like to call a function from my ManualUploadController by pushing a button The function call itself is working fine like this: var oManualUploadController = new ManualUpload(); var backendData = oManualUploadController.on...
Has anyone ever tried to synchronize two tables in SAPUI5. Not the data/models of the tables but the controls themselves. So e.g. when I scroll in one table, it automatically scrolls the other one, too, or when I adjust the column width of the one ta...
This is my code for my table columns. So far only the "Formatter" is shown, but the submenu items not, whats wrong?? also, the filter and sort property get overwritten by the new menu. can i avoid this? oTable.bindColumns("/columns", function(i...
Kudos from