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

(example sort by column B followed by column C for tie breakers)

Предлагаю добавить возможность выбор ивента на глобальном поиске, или поменять его на @oninput, что бы фильтр применялся при вводе и не нужно было нажимать на ввод или убирать фокус.

enhancement

Sorry if I'm missing something obvious. I am trying to add a colour to a cell based on a value. I thought this would be done like in your example...

**Describe the bug** How do I use crud ops of blazer sever in this grid like add edit delete(any sample?) **To Reproduce** Please create a standalone Page which reproduces the...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Please create a standalone Page which reproduces the issue and paste the code here in...

bug

**Describe the bug** I want to be able to page through a table. But the parameters to get the table are changing so the parameters to the constructor of the...

bug

I have an application that makes use of BlazorTable paging. It basically looks like: ``` protected override async Task OnInitializedAsync() { _loader = new BreakpointOrganismPickerDataLoader(dataService, Props.BreakpointProject, Props.BreakpointGroup); data = (await...

enhancement

Currently I can select a row and an action is fired. I would like for the selected row to remain highlighted even when I scroll/page off the selected row and...

enhancement

**Describe the bug** I am writing a unit test for a component but I get an exception' ![image](https://user-images.githubusercontent.com/2643566/110506946-30c40f00-80c5-11eb-85d7-52b69e88a2b0.png) I realize that I am using bUnit to render my components but...

bug

I am trying to build a table of integers but that is not working. The column headers never show up. Looking at the Chrome Debugger I see that a Null...

bug