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: 14-Feb-2020

181 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements