File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2692,7 +2692,10 @@ export class GroupableGridComponent extends DataParent {
26922692 <igx-column [field]="'ProductName'" [header]="'ProductName'" [width]="200" [groupable]="true" [hasSummary]="false"></igx-column>
26932693 <igx-column [field]="'Released'" [header]="'Is it Released'" [width]="200" [groupable]="true" [hasSummary]="false"></igx-column>
26942694 <ng-template igxGroupByRow let-groupRow>
2695- <span>Grouping by "{{groupRow.column.header}}". Total items with value:{{ groupRow.value }} are {{ groupRow.records.length }}</span>
2695+ <span>
2696+ Grouping by "{{groupRow.column.header}}".
2697+ Total items with value:{{ groupRow.value }} are {{ groupRow.records.length }}
2698+ </span>
26962699 </ng-template>
26972700 <ng-template igxRowExpandedIndicator let-groupRow>
26982701 <span>EXPANDED</span>
You can’t perform that action at this time.
0 commit comments