Open FlorianJacta opened 1 month ago
CRUD of what? What kind of concepts/objects/data should the application create/read/...?
Of a database or something simple
So basically, you want to display a table so you can add, edit, and remove a line in it? Should it use a global SqlTableDataNode so you also have the edition tracking?
Check this discussion as it will make things clearer: https://github.com/Avaiga/taipy/issues/1559
All right. That helps a lot to understand the issue. Thanks.
Description
A tutorial for building a CRUD (Create, Read, Update, Delete) application using Taipy would be a valuable addition to the documentation.
Expected change A new application tutorial inside the "Creating applications" section of the tutorial.