kulu
Explorer
Member since ‎05-08-2019

User Statistics

  • 21 Posts
  • 0 Solutions
  • 8 Kudos given
  • 1 Kudos received

User Activity

I am trying to open a Fragment and pass it it's own controller (to reduce code in one file). The fragment is opened like this: Fragment.load({ id: "compareListFragmentId", name: "sap.support.tdoscp.fragment.Comparison.ComparisonList", c...
Hello, in the SmartFilterBar, the texts on the right side are translated into the users language. However if your app only supports english (like in the picture) this looks odd. Image taken from this sample page. How do I tell UI5 to not local...
Hello, I am using the ChartContainer. I set and change the Title in JS dynamically with this function: https://sapui5.hana.ondemand.com/sdk/#/api/sap.suite.ui.commons.ChartContainer%23methods/setTitle Now sometimes the title is a bit longer (o...
Hello, I want to bind some JSON to a Table (sap.ui.table). However the binding is not working. Here is my code: After the API call, the content is bound to the table like this: this.getView().byId("elementsItemsTable").setModel(new JSONModel(), "...
Hello, I am using a UI5 SmartTable with an oData Service. Now the API has changed and I need to use a REST Service which returns JSON. My question is rather basic: Can I use the SmartTable with this new format? There are some posts about this top...