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

**Describe the bug** Filtering on DateTime column does not work. I have also directly run the repo in local, and found the Filtering on DateTime does not work either. **To...

bug

I'd like if the table could be downloaded as an Excel or PDF file. Thanks a lot

enhancement

On the Table you can pass in a property `PageSize`. The issue is that this is not a bound property. I need a way to either bind to that value...

enhancement

I have created a Norwegian localization-file. ![image](https://user-images.githubusercontent.com/51396882/153005250-c8469176-7df6-4cab-8470-e7447c0f96fe.png)

I am trying to see what the flow is for a custom loader as in the example on paging. I have implemented this method: ` public async Task LoadDataAsync(FilterData parameters)`...

bug

**Describe the solution you'd like** A clear and concise description of what you want to happen. LoadingDataTemplate is useful to set the initial data loading messages But when we are...

enhancement

**Describe the solution you'd like** Add support for .Net 6 so it works without warnings Currently when using this package with .Net 6 I get the following warning: ``` resource...

enhancement

@IvanJosipovic Maybe this is already in the wish list but the reason I'm asking for this is to put to use a CustomRow in row 0. Always! This would act...

enhancement

Simple to reproduce just add a footer and columns with hideable=true When running make one column hidden which causes the footer to now be one column misaligned

bug