Hi,
I've created a simple CRUD with BLAZOR WASM.
I would now like to transform Edit page with several different information that I have in an initial table.
I have an image of the elements I would like to add to Edit page.
In the image below you can see that I have added (by hand ;-)) elements, workflow, comments ... for example. One question I have: how do I save all the elements? Do I have to add elements in the database I created?
I would like to know if I'm going the right way because with a simple CRUD it seems to me that we are limited to editing the line. Should I use EditForm - forms and validation in Blazor instead?
Do you have any suggestions or examples?
