Hello!
I am learning Appery. I created a list and populated it with RESTapi and mapped the listitem image and text with the data from RESTapi response. The list has split icons which is set to "+" on load. Now, with the populated data, I am trying to change the split icon to "-" when the user clicks on it through the click event and javascript. However, the icon does not change. In fact the click on the split icon does not do anything.
Can you tell me how to add click events to the split button when the listitems are populated through REST.