Dynamic onClick in List
We have a RESTService to obtain records and construct a List element. All ok.
But, one parameter of the RESTService response is the URL to open in the OnCLick event for each item in the list.
How we can set this value?. We are working saving the URL in a hidden label in the list, but need a little help with this. How we can refer in JS each element of the list in order to set the function for the OnClick event?
Thanks in advance.