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.
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