Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree grid summary topic #1286

Merged
merged 8 commits into from
Jun 6, 2024
21 changes: 19 additions & 2 deletions doc/en/components/grids/_shared/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,13 +639,23 @@ class WebGridDiscontinuedSummary {
`sample="/{ComponentSample}/data-summaries-custom", height="650", alt="{Platform} {ComponentTitle} data summary custom"`

<!-- end: WebComponents -->
<!-- ComponentEnd: Grid, TreeGrid -->

<!-- ComponentStart: Grid -->
<!-- Blazor -->

`sample="/{ComponentSample}/data-summary-options", height="650", alt="{Platform} {ComponentTitle} data summary options"`

<!-- end: Blazor -->
<!-- ComponentEnd: Grid, TreeGrid -->
<!-- ComponentEnd: Grid -->

<!-- ComponentStart: TreeGrid -->
<!-- Blazor -->

`sample="/{ComponentSample}/data-summaries-custom", height="650", alt="{Platform} {ComponentTitle} data summary custom"`

<!-- end: Blazor -->
<!-- ComponentEnd: TreeGrid -->

<!-- ComponentStart: HierarchicalGrid -->
`sample="/{ComponentSample}/data-summary-options", height="650", alt="{Platform} {ComponentTitle} data summary options"`
Expand Down Expand Up @@ -897,9 +907,16 @@ Then set the related CSS properties for that class:

### Demo

`sample="/{ComponentSample}/groupby-summary-styling", height="710", alt="{Platform} {ComponentTitle} groupby summary styling"`
<!-- ComponentEnd: Grid, TreeGrid -->

<!-- ComponentStart: Grid -->
`sample="/{ComponentSample}/groupby-summary-styling", height="710", alt="{Platform} {ComponentTitle} groupby summary styling"`
<!-- ComponentEnd: Grid -->

<!-- ComponentStart: TreeGrid -->
`sample="/{ComponentSample}/data-summary-options-styling", height="710", alt="{Platform} {ComponentTitle} summary styling"`
<!-- ComponentEnd: TreeGrid -->

<!-- ComponentStart: HierarchicalGrid -->
```html
<{ComponentSelector} id="hierarchicalGrid"></{ComponentSelector}>
Expand Down
2 changes: 1 addition & 1 deletion docfx/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
"status": ""
},
{
"exclude": ["Angular", "React", "WebComponents", "Blazor"],
"exclude": ["Angular"],
"name": "Summaries",
"href": "grids/tree-grid/summaries.md",
"status": ""
Expand Down
Loading