BlazorGrid
BlazorGrid copied to clipboard
A simple, light weight data grid component for Blazor, focused on displaying remote data. Supports sorting and row highlighting, dynamic column changes and custom cell markup.
Hi, It would be very useful to be able to select rows using a checkbox in each column and select all rows using a checkbox in the header.
This control looks interesting, it seems very responsive. There are a few things missing, however, that I would require before considering switching. I hope you can implement some of these...
The grid currently supports English and German. If you happen to know any language other than those two, feel free to add a Resource file to BlazorGrid/Resources with the corresponding...
It would probably be helpful to see what the markup of the grid looks like before diving into the getting started section and examples on the website.
We're currently using a CSS grid and a wrapper with `display: content` to style the grid. This worked in .net 5, however the virtualize component in .net 6 is known...
- [ ] With Azure functions backend - [ ] Blazor server-side - [x] Blazor WASM
Long text in column headers are currently flowing outside of the container. Use overflow, white-space and text-overflow to improve this behavior.
Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.1 to 6.0.25. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.25 Release .NET 6.0.24 Release .NET 6.0.23 Release .NET 6.0.22 Release .NET 6.0.21 Release .NET 6.0.20 Release...