I created a Blazor tutorial where I extended the Microsoft To Do List sample to save the values.
Since my table only had three fields, I manually added a property for a delegate to call back to a data watcher class, and if any values changed in the bound list the changes are automatically saved.
Add & Delete methods are separate from the binding functionality for now, but combined with the next two features which are to generate a Data Watcher and a Data Service Item Template.
Eventually I may create a UI designer, but baby steps.
I created a Blazor tutorial where I extended the Microsoft To Do List sample to save the values.
Since my table only had three fields, I manually added a property for a delegate to call back to a data watcher class, and if any values changed in the bound list the changes are automatically saved.
Add & Delete methods are separate from the binding functionality for now, but combined with the next two features which are to generate a Data Watcher and a Data Service Item Template.
Eventually I may create a UI designer, but baby steps.