Hi,
I have a service that returns an array that is mapped to labels in a grid all works,
In the collection there is also 3 strings, name,mobile and address, These are mapped to 3 labels on the collapsible header and not in the grid that contains the array.
The array is populating the grid in the content area but the labels in the header for collapsible are not being populated. No errors in console
here are some s/s of collection, mapping, result and the desired result
How can I get this to work?
thanks in advance