Search⌘ K
AI Features

Summary: Editing Books

Explore how to manage book records by adding, editing, and deleting entries in the Books table. Learn to generate UI option lists for lookup tables and properly display editing forms. This lesson helps you understand handling book data management within a Python-based single-page application.

We'll cover the following...

What we learned

In this chapter, we learned how to edit, save, and delete the data from the Books table.

Next, we learned how to generate an option list for each lookup ...