Multiple Value Mapping into one field
Posted: Sun Aug 23, 2015 7:41 pm
That does not work. Appery's mapping does not allow for that. I can map the parent to a grid or collapsblock, but not text or label controls.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
That does not work. Appery's mapping does not allow for that. I can map the parent to a grid or collapsblock, but not text or label controls.
add map to the grid component and use JS there:
$(element).find("[name=labelName]").text(value.childVariable);
here labelName - label's name
childVariable - child variable