BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Request for basic instructions on how to override component

Open Nexonic opened this issue 2 years ago • 2 comments

For complete amateurs like myself, it would be really helpful to show how we can override a component such as Table.razor in order to change some of the html output.

Thanks for the consideration.

Nexonic avatar Feb 03 '22 17:02 Nexonic

See the <Template> tag in https://github.com/IvanJosipovic/BlazorTable#sample

GWBasic avatar Apr 27 '22 00:04 GWBasic

FYI: If you look around the list of issues, you can see that this project is no longer actively maintained. (The author asked for help.)

Some good alternatives are:

  • MudBlazor's MudTable: https://mudblazor.com/components/table#api
  • Telerik's DataGrid: https://demos.telerik.com/blazor-ui/grid/overview

MudBlazor is free and open-source. Telerik is commercial. Given that you're a "complete amateur," it might be worth paying for Telerik's support. (I get the impression that "no question is too stupid" when you pay that kind of money.)

GWBasic avatar Apr 27 '22 01:04 GWBasic