BlazorDatasheet icon indicating copy to clipboard operation
BlazorDatasheet copied to clipboard

How can the template feature be implemented?

Open J7503303 opened this issue 1 year ago • 1 comments

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?

J7503303 avatar Mar 27 '24 03:03 J7503303

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

anmcgrath avatar Apr 06 '24 22:04 anmcgrath