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

Hello, **Describe the bug** When you input a row number and click open it open the row number : rowNumber+ 1 (obviously it count the first row as 0) and...

bug

In .NET 6 Blazor now supports [cascading generic type parameters](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.cascadingtypeparameterattribute?view=aspnetcore-6.0) This helps to remove all the `TableItem` boilerplate we currently need in earlier versions. Will require multi-targeting of the BlazorTable...

enhancement

Add traditional chinese (zh-tw) language

**Reorder of rows on dragging** The order of data will be changed by dragging and dropping the rows one after another. And exposing an event with it will be more...

enhancement

I'm struggling on managing correctly the EFCore DbContext lifecycle in a project using BlazorTable. If I define as ItemsQueryable parameter on the component a DbSet from the context, as Microsoft...

enhancement

I am using the JObject demo page. I am setting one of the JObject number to null, column 2 in example below: var row3 = new JObject(); row3["Column1"] = "A";...

bug

Hello, I want to capture the event when i open the row detail (DetailTemplate component) and do some get request. Is this possible ? I'm using blazor server Thank you

Accomplished using a similar design as the DetailTemplate. A Parameter on the Table, bool EditByRow, enables a column, width 1% which contains a pencil icon that, when clicked, enabled Edit...

enhancement

It is not possible to filter dates "equal to" as it's only possible to filter by date but the filed displays date + time.

Hi everyone, Life has gotten rather busy over the last year and I don't have as much time as I used to continue enhancing this library. Myself and many contributors...