BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Blazor Table Component with Sorting, Paging and Filtering

Results 99 BlazorTable issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/LINQKit.Core/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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)) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.collector/3.2.0?slim=true)](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.

invalid

**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...

bug

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 ![image](https://user-images.githubusercontent.com/101425109/158673590-226affac-e42e-4c77-ab08-39d9a5c064eb.png) Fixed issues in server-side mode: - the filters are now applied in server-side -...