We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f30c commit 97d19afCopy full SHA for 97d19af
projects/igniteui-angular/src/lib/test-utils/grid-samples.spec.ts
@@ -1124,7 +1124,7 @@ export class DynamicColumnsComponent extends GridWithSizeComponent {
1124
@Component({
1125
template: GridTemplateStrings.declareGrid(
1126
` [width]="width" [height]="height" [paging]="'true'" [perPage]="perPage" [primaryKey]="'ProductID'"`,
1127
- '', ColumnDefinitions.productBasicNumberID)
+ '', ColumnDefinitions.productBasic)
1128
})
1129
export class GridWithUndefinedDataComponent implements OnInit {
1130
@ViewChild(IgxGridComponent, { static: true })
0 commit comments