former_member488458
Explorer
Member since ‎2017 Jul 13

User Statistics

  • 24 Posts
  • 0 Solutions
  • 5 Kudos given
  • 4 Kudos received

User Activity

I am just curious, what companies do use SAPUI5 as Front-End tool? I checked stackshare.io and have not found any usage of SAPUI5. Even SAP (The Company) uses Bootstrap, not UI5. Am I confusing all these technologies? Thanks!
In VSCode the code works fine: in the view I have <core:HTML content='<div id="chart"></div>'></core:HTML> where content is written as suggested by https://sapui5.hana.ondemand.com/#/sample/sap.ui.core.sample.Html/code In corresponding control...
Can someone please guide me how to add sap.ui.core library into SAPUI5 Core Libraries in Eclipse Photon? I was surprised it was not there (of course after installing sapui5 stuff and creating sapui5 application, so on...) Thanks!
I am trying to bind a value to a column titles in XML view similar to binding data to actual data cells as following (this works): <Column width="7em" sortProperty="col1" filterProperty="col1"> <m:Label text="Year" /> <template> ...
Consider a table with 50 records. visibleRowCount is set to 15, so when table is loaded with data there are only 15 records displayed. I need to change color of some specific rows based on values (lets say when a cell has value "Total"). Assume, "Tot...