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

hi , it is a nice project . in the runtime AddColumn() mode, we must access the ITable< DataSource > instance, but in many context, we even dit not have...

enhancement

Hi, is possible add row in inline mode? Thanks

Are you planning to translate (or option to customize) static strings - in page and filer? It would be fine for non-english speaking end users.

enhancement

I'd like to filter a column which has the property type of bool depending on a checkbox I have on the same page. Is there a code example on how...

Blazor beginner, How do you hide a column ?

enhancement

In the first column I want to show the item no. For example, first row would would show 1, second row 2 and so on. The last row would obviously...

Has it been considered to Change/add the option to filter on DateTime rather than just date? DateFilter.Razor uses `` Perhaps either having a DateTimeFilter.Razor or making an option to make...

enhancement

This is a feature request to support programmatic filtering. My use case stems from having a page with a table that can be navigated to with query parameters (imagine /list?column1=a&column2=b...)....

Hey, Does BlazorTable component provide an ability to filter column in checkbox style like how we have in Excel? If not, would you consider adding one? Here is an example:...

enhancement

I have a table that contains a `DateTime?` column which I'd like to sort descending, however with the null values coming first. Currently, they come first if you sort ascending....