You need the model name prefix for the property binding, too.
This should work:
new sap.m.StandardListItem({
title : "{mymodel>TotalAmount}",
description : "Total in debit",
});
Regards,
Max
You need the model name prefix for the property binding, too.
This should work:
new sap.m.StandardListItem({
title : "{mymodel>TotalAmount}",
description : "Total in debit",
});
Regards,
Max