anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
131 stars 31 forks source link

Performance improvements, change to table rendering from divs #75

Closed anmcgrath closed 4 weeks ago

anmcgrath commented 4 weeks ago

This PR has some general performance improvements, the biggest improvement is that dynamic components aren't used to render standard cell types.

Cell type "text" is now "default".

HTML tables are now used instead of divs.