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}",
   ...
});



Advertisements