Skip to content

Commit a908d23

Browse files
committed
test(grid): Update multiple selection with paging test #488
1 parent 9ca8258 commit a908d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: projects/igniteui-angular/src/lib/grid/grid-selection.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ export class GridWithPrimaryKeyComponent {
10311031

10321032
@Component({
10331033
template: `
1034-
<igx-grid #gridSelection2 [height]="'300px'" [data]="data" [primaryKey]="'ID'"
1034+
<igx-grid #gridSelection2 [height]="'600px'" [data]="data" [primaryKey]="'ID'"
10351035
[autoGenerate]="true" [rowSelectable]="true" [paging]="true" [perPage]="50">
10361036
</igx-grid>
10371037
<button class="prevPageBtn" (click)="ChangePage(-1)">Prev page</button>

0 commit comments

Comments
 (0)