Binding model to sap.ui.core in SAP UI5 application

Please try below where you need to prefix propertyBinding with models name −

var oItemTemplate = new sap.m.ActionListItem({
   title : "{checks>title}",
   ...
});


Updated on: 2020-02-14T10:26:20+05:30

336 Views

Advertisements