Specify the number of rows to place on a single page when allowPaging is set to true.
Default value: 10
Type: number
// The pageSize here sets 5 rows to a page. // Set the allowPaging option to true to make paging buttons appear. $("#element").wijgrid({ allowPaging: true, pageSize: 5 });
To enable this option, set allowPaging to true.
The Paging sample demonstrates all of the page options.