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

Just a clarification: The comment indicates that it is server side data. And the using statements pull in server side components. But I don't see any specific server side calls....

I'm not sure if these are already available, but I'd like to see: - Ability to set custom column labels for columns when using "Dynamic Columns" rather than just the...

enhancement

How Data can be Dynamic in Table like ? In Current Example, Data is coming thru PersonData which is a single model, What if I am using this table as...

enhancement

Rather than paging, is it possible to have the table scroll, but keep the header row in place (sticky) so that it doesn't scroll out of view?

This is a suggest feature, is it possible to add export to Excel and/or CSV feature? I think this is an essential feature to have for datagrid. Thanks for consideration.

enhancement

When a layout change happens (e.g. column reorder, column shown/hidden), an event should fire. Use case: I want to be able to save and restore the layout the user has...

enhancement

At present we have to specify the generic table type in each column: ```html ``` With this PR: https://github.com/dotnet/aspnetcore/pull/29767 we should be able to use a `CascadeTypeParam` ? Not sure...

enhancement

I have a string data type column which contains values like A1, A2, A3, . . . . A11, A12, . . . https://en.wikipedia.org/wiki/Natural_sort_order By default Alphanumeric Sorting(A1, A11, A2)...

enhancement

Hi. I would like to know if it is possible to use Ant Blazor Design (https://ant-design-blazor.github.io/en-US/) instead of Bootstrap? Thank you.

enhancement

Its possible to only show de detail icon if a row has any detail to show? Exemple: If row 2, dosent has a data to show in detail, hide the...