MudBlazor/MudBlazor

MudTable: Add group header CSS class name to table group definition

Offen

#10.959 geöffnet am 04.03.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.631 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (10.394 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 6h) (108 gemergte PRs in 30 T)

Beschreibung

Feature request type

Enhance component

Component name

MudTable

Is your feature request related to a problem?

For tables with multi-level grouping it is not easy to differentiate between group and inner group header rows e.g., to apply different CSS styling.

Describe the solution you'd like

Add a new property GroupHeaderClass to TableGroupDefinition. The provided class name (if any) should be applied to the corresponding group and inner group header rows. This would make it easy to style the header rows of groups and inner groups differently.

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor Guide