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

High level roadmap, any help or suggestions are appreciated! - [ ] Documentation - [ ] More Examples - [ ] Row - [x] Custom Template - [ ] Per...

enhancement

Hello Ivan, Really great Component for DataGrid in Blazor. I have some question regarding implementing GRID. Question 1: Can you please guide me how to set grid columns visibility from...

I originally posted in [Issue #126](https://github.com/IvanJosipovic/BlazorTable/issues/126) but I didn't get a response. I have a need to export a table to CSV, but I needed the rendered version of the...

**Describe the bug** You cannot use methods or lambda expressions as a Field expression. Example. `Field="@(x => x.UserName)"` works fine. `Field="@(x => x.GetInfoEx().FirstName)" ` works fine. `Field="@(x => GetHasDiscordString(x.GetInfoEx().DiscordID))"` Crash...

bug

Because `PageNumber` is zero-based, I believe `Table.GetData()` should use `PageNumber >= TotalPages` to check if the current page is filtered out. https://github.com/IvanJosipovic/BlazorTable/blob/269d58e8ffe78b7e4656c1422bb90a1bf47d6e70/src/BlazorTable/Components/Table.razor.cs#L169

First of all, thanks for great job with Table component! I need to perform some actions when selection is changed, but not sure how to do that properly. I was...

It might be good if we can use the place the that is on the left side of the global search box. It can be used like title for the...

enhancement

Would it be possible to include in a future release a right-click context menu for each item in the table? [Here](https://github.com/stavroskasidis/BlazorContextMenu) is an example. The menu needs to be customizable...

enhancement

I've just begun to review this component, but so far it shows a lot of potential. Before I start tweaking it to fit my needs. Are there any plans to...

enhancement