REST API returns 5 json items, it is mapped to grid items and it generates properly 5 rows which display just fine
grid item is mapped as below:
api_description= label1 text
api_type = label2 text (not visible)
api_name = button text
buttons in each returned row have onclick event that triggers custom JS with alert(), this alert() should display hidden label
how do I call/target hidden label in this row to get its value?
grid is dynamically generated based on data mapping so I can't use html ID, not sure if tiggr('name') would work, if so how?