Kevin Burton
Kevin Burton
I get an error when I try to start the application npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start" npm ERR! node v6.9.2 npm ERR! npm...
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)`...
The installation instructions state that on should install the package BlazorTable. But for a client side Blazor application there are two projects, one for the client and one for the...
**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...
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...
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...
**Describe the bug** I am writing a unit test for a component but I get an exception'  I realize that I am using bUnit to render my components but...
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...
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 am testing a component using this library and am getting this exception message. The invocation of 'gridJsFunctions.isDateTimeLocalSupported' without arguments was not expected.' **Desktop (please complete the following information):** -...