We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca8258 commit a908d23Copy full SHA for a908d23
projects/igniteui-angular/src/lib/grid/grid-selection.spec.ts
@@ -1031,7 +1031,7 @@ export class GridWithPrimaryKeyComponent {
1031
1032
@Component({
1033
template: `
1034
- <igx-grid #gridSelection2 [height]="'300px'" [data]="data" [primaryKey]="'ID'"
+ <igx-grid #gridSelection2 [height]="'600px'" [data]="data" [primaryKey]="'ID'"
1035
[autoGenerate]="true" [rowSelectable]="true" [paging]="true" [perPage]="50">
1036
</igx-grid>
1037
<button class="prevPageBtn" (click)="ChangePage(-1)">Prev page</button>
0 commit comments