Not sure what I am missing but I have to click 'Delete' twice to get it to actually delete a list item from the page. ANY suggestions?
Not sure what I am missing but I have to click 'Delete' twice to get it to actually delete a list item from the page. ANY suggestions?
H, Dave,
How do you delete the list item from the page? Provide us some screenshots, please.
Please review my screenshots. Thanks.
Hello Dave,
Looks like wrong sequence of action. At first on click, you should set id value to local storage variable, then invoke delete service,
To refresh UI you should invoke list_service on "success" event of delete_service.
This tutorial should be helpful: http://docs.appery.io/tutorials/build...
Works! Thank you. I knew there was something out of whack. Was definitely the sequence of events. You rock Evgene.