anmcgrath / BlazorDatasheet

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

Performance and service improvements #67

Closed anmcgrath closed 1 month ago

anmcgrath commented 1 month ago

Some general performance improvements were made in this PR.

I tried to clean up cell mouse + window events a little.

Importantly, you're now required to register the BlazorDatasheet in Program.cs e.g

builder.Services.AddBlazorDatasheet();