File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/test-utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ export class ReorderedColumnsComponent extends BasicGridComponent {
733
733
template : GridTemplateStrings . declareBasicGridWithColumns ( ColumnDefinitions . simpleDatePercentColumns )
734
734
} )
735
735
export class GridUserMeetingDataComponent extends BasicGridComponent {
736
- public data = SampleTestData . personMeetingData ( ) ;
736
+ public override data = SampleTestData . personMeetingData ( ) ;
737
737
}
738
738
739
739
@Component ( {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class GridSummary {
16
16
const result = new IgxNumberSummaryOperand ( ) . operate ( data ) ;
17
17
result . push ( {
18
18
key : 'test' ,
19
- label : 'Test ' ,
19
+ label : 'Custom summary ' ,
20
20
summaryResult : data . filter ( ( rec ) => rec > 10 && rec < 30 ) . length
21
21
} ) ;
22
22
You can’t perform that action at this time.
0 commit comments