What is Simple Blazor Grid?
The Simple Blazor Grid is a feature-rich grid component for Blazor Server and Blazor WebAssembly. It focuses on simplicity while still supporting essential features like:
Sorting: Click column headers to sort data.
Filtering: Dynamically filter data to find exactly what youβre looking for.
Pagination: Efficiently navigate through large datasets.
Customizable Headers and Rows: Add headers and format rows easily.
The project is open-source and hosted on GitHub at:
Simple Blazor Grid on GitHub
https://github.com/stevsharp/SimpleBlazorGrid
Challenges and Ongoing Work
Building the grid has been an exciting journey, but Iβve encountered some challenges along the way. One issue Iβm currently investigating occurs when sorting data. Clicking on a column header to sort triggers a SignalR-related problem in Blazor Server:
How to Get Started
You can try the grid by heading over to the GitHub repository:
π Simple Blazor Grid
https://github.com/stevsharp/SimpleBlazorGrid
Top comments (0)