I have placed labels and a grid component inside a listItem (please see screenshot). The listItems are populated via a REST service. Based on the values returned from the service, I want to dynamically place images inside the grid-elements of a given listElement.
If the gridcells are labelled gridcell_1, gridcell_2, gridcell_3, my questions are:
1) How can I access the grid_cells above inside function(value, element) mapping to ListItem via JS?
2) How can I place images stored in the image gallery in above grid cells via JS?
3) Finally there is an issue, when I place the grid element and set the List button icon to no-icon in Appery component, I get a circular shadow on the right (please see screenshot-2). How can I erase this - this seems to be a bug.
Many thanks.