cancel
Showing results for 
Search instead for 
Did you mean: 

Sapui5 Expression Binding - get a properties of an array

ilyakravchenko
Discoverer
0 Kudos

Hello. I have a problem with a binding expression in a column of a table (sap.ui.table).

There is JSON model object , where second property is "odata" array with length 10

I've tried to use this binding path , but i only got first one element property.

How to get dynamic access to each element of array from first to the last?

Thanks in advance. Best Regards

View Entire Topic
BhargavaReddy
Active Participant
0 Kudos

In Aggregation binding, it is not necessary to include the full property path for the cell.
give binding path like (Element binding)

path:'jsonmodel>FlightDate'

"${jsonmodel>FlightTime} > 500 ? 'Success' : 'Error'"