cancel
Showing results for 
Search instead for 
Did you mean: 

Display data of property array

Former Member
0 Kudos

Hey,

I added a property to my JSON Model (which is an array of objects). In my View I have a table where I set the items to "items="{detailView>/Objects}"". The count of the objects is displayed correctly, but the data isn't displayed. I do this with: <Text text="{objectdata}" /> (objectdata is a concrete value).

How can I ensure that the data of my object array is displayed correctly?

Thanks for your help and best regards,

David

Accepted Solutions (1)

Accepted Solutions (1)

former_member227918
Active Contributor

Hi David,

try this,

<Text text="{detailView>objectdata}" />

Regards,

Akhilesh

Former Member
0 Kudos

It works! Great! Thank you for your help 🙂

Answers (0)