BlazorTable
BlazorTable copied to clipboard
Blazor Table Component with Sorting, Paging and Filtering
Clicking open/close button of Detail Template does not lead to de-/selecting row anymore
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...
Compiler showing warnings for missing XML comments **To Reproduce** Open solution and compile **Expected behavior** Should be no complier warnings.
I want to assign data-toggle="popover" to the row to show a custom popover on the row. Can this be currently done?
Hi, Thank you for your work. I want to filter my table at first opening but I set its default filtering value in vain because it disappears immediately. It would...
Dear Sir Please help me how to do auto increment number in first column, mean not selected from ID in database. Thank you
**Describe the bug** when Content-Security-Policy is set, style must be set to 'unsafe-inline' otherwise this plugin does not work properly. **Expected behavior** must be possible to set Content-Security-Policy style without...
BlazorTable : Can we have a Fixed or sticky header feature please? Also interested to know how can we change the style of the column header, filter icons, etc. Looking...
Referencing the file: BlazorTable.Sample.Pages/EditMode.razor I made some example changes to make it similar to using a lookup table instead of an enum here: https://pastebin.com/3Mjwj47V Trouble is, I can't get it...
Is it possible to somehow get hold of the filter and sorting and other such items, save it in session storage (e.g. cookie), and then load it into the table...