anmcgrath / BlazorDatasheet

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

Range sorting #72

Closed anmcgrath closed 1 month ago

anmcgrath commented 1 month ago

Adds a default range sorting implementation with the SortRangeCommand.

The algorithm sorts on cell value's but shifts formula and cell types in the same way that the value's are re-ordered.

Undo is implemented.