How to create links on the column of table in SAPUI5

A simple example how to create links on table columns is based on Link – Subtle example. In the /mockdata/products.json for each ‘ProductPicUrl’ field value remove a host name ‘https://openui5.hana.ondemand.com’. As a result the link in the column has got a host of the dev server, eg is ‘http://localhost:8081/test-resources/sap/ui/documentation/sdk/images/HT-2001.jpg’ In the Link.view.xml view change the … Read more

How to add country drop down using openUI5 [closed]

Well it seems like you’ve tried nothing to solve your problem, but I’ll give it a shot anyway. You need a list of countries, preferably in a non-human readable format (JSON). You can find such lists via google (list of countries json). You then use this JSON list to create a new sap.ui.model.json.JSONModel. After that, … Read more