BlazorTable
BlazorTable copied to clipboard
Blazor Table Component with Sorting, Paging and Filtering
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [LINQKit.Core](https://togithub.com/scottksmith95/LINQKit) | `1.1.26` -> `1.2.5` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Microsoft.AspNetCore.Components](https://asp.net/) ([source](https://togithub.com/dotnet/aspnetcore)) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit.runner.visualstudio](https://togithub.com/xunit/visualstudio.xunit) | nuget | patch | `2.4.3` -> `2.4.5` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverlet.collector](https://togithub.com/coverlet-coverage/coverlet) | `3.1.0` -> `3.2.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Added option to switch to Bootstrap 5 during the service registration: - For Bootstrap 4, the current registration syntax will continue to work: - `Services.AddBlazorTable();` - For Bootstrap 5, an...
Option to set a different template for the column footer using the tag + update to .net 5.0.2 and LinqKit to 1.1.23.
**Describe the bug** If I use @Table.IsEditMode in a template, and toggle between edit mode , the Column gets replicated multiple times on screen **To Reproduce** ``` @using BlazorTable Edit...
For complete amateurs like myself, it would be really helpful to show how we can override a component such as Table.razor in order to change some of the html output....
Added new functionalities to paginator: - Showing page numbers - Go to a specific page  Fixed issues in server-side mode: - the filters are now applied in server-side -...