Skip to content

Commit 6ed5252

Browse files
Update app.component.ts
1 parent 40d6a5a commit 6ed5252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GridClient/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class AppComponent implements OnInit {
6161
}
6262
})
6363
});
64-
this.pageSettings = { pageSize: 5 };
64+
this.pageSettings = { pageSize: 12 };
6565
this.editSettings = { allowAdding: true, allowDeleting: true, allowEditing: true, mode: 'Normal' };
6666
this.toolbar = ['Search', 'Add', 'Delete', 'Update', 'Cancel'];
6767
}

0 commit comments

Comments
 (0)