The ToDo Application – Actions and Interactions
In this chapter, we’ll focus on extending the functionality of the to-do application. This should reinforce the basics that you learned about in the previous chapters. The application will make use of a data model, the page builder, actions, and interactions for our logic. We won’t use any kind of authentication in this application. We’ll focus on that in our next project.
This chapter is divided into the following sections:
- Viewing data in a dialog
- Editing data in a dialog
- Deleting a record
By the end of this chapter, you will have a better understanding of how to view, edit, and delete the data in your application. While building this application, you’ll also become more familiar with some other options in the page builder, by using components such as Data Tables and Dialogs. We’ll also focus a little on making our to-do list look presentable by configuring some of...