anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
133 stars 32 forks source link

Change the way editor classes should be built - require them to inher… #21

Closed anmcgrath closed 1 year ago

anmcgrath commented 1 year ago

…it BaseEditorComponent rather than implement interface

After introducing the EditState in PR #20 the way that new editor components were defined was confusing. Refactored so that the reference to EditState fields is handled by BaseEditorComponent. This means that all editor components now have subclass BaseEditorComponent.