Hi
I envoke a service to query db and populate a list. Once I select a list item I clear the list with Apperyio("list").empty();
All this works perfectly except it prevents any further events rendered against the list
Eample. I want to envoke the query service again to populate the list with other data The list does not populate. Nothing happens when I envoke the query.
Is there another command to just clear the list and not kill it alltogether?