Skip to content

Commit 97d19af

Browse files
committed
chore(*): update sample columns
1 parent e66f30c commit 97d19af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/grid-samples.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ export class DynamicColumnsComponent extends GridWithSizeComponent {
11241124
@Component({
11251125
template: GridTemplateStrings.declareGrid(
11261126
` [width]="width" [height]="height" [paging]="'true'" [perPage]="perPage" [primaryKey]="'ProductID'"`,
1127-
'', ColumnDefinitions.productBasicNumberID)
1127+
'', ColumnDefinitions.productBasic)
11281128
})
11291129
export class GridWithUndefinedDataComponent implements OnInit {
11301130
@ViewChild(IgxGridComponent, { static: true })

0 commit comments

Comments
 (0)