i've created a todo app but unable to add functionality in this app like click to see and edit/delete tasks etc...
i've created a todo app but unable to add functionality in this app like click to see and edit/delete tasks etc...
Hi,
In tutorial, there is the "Deleting tasks from the list" section where you can find how to delete task on link click.
If you want to add task editing functionality you should create new page and on list item click navigate to this page. Then on the new page, edit/delete selected task using Rest Service.