BlazorDatasheet
BlazorDatasheet copied to clipboard
How can the template feature be implemented?
How can the template feature be implemented? For example, designing the table header, column headers, and placeholders for each column in advance, as well as the field types for each column, and then filling in the data according to the template definition each time data is loaded. Can this be achieved? Are there any good approaches?
Hi @ganjiayi, you'll need a component wrapper around the Datasheet to do this at this stage. I have put together a somewhat convoluted example of how you might do this in the ObjectEditor example