Add Events on Click in each date of listview

0
Hello, I have a question with a view of the list, I am adding a news item each with its respective title, description and image, some news items are larger than others and I added an eye button to see the news in detail, how do I add an events on click for each news item, since I cannot edit the other containers, only the first one.
asked
2 answers
0

Ivan,

The on click event you configure in Studio Pro will apply to all items in the list view when you view the app through the browser.

 

Hope that helps,

Mike

answered
0

Hi Ivan,

Just write your onClick logic for the first items only,It will applicable for all the items which will available in the listview in future or which are available in the listview in present.

answered