Skip to main content

grid-pro.gridpro.paginationpagesize

Home > @genesislcap/grid-pro > GridPro > paginationPageSize

GridPro.paginationPageSize property

Number of rows per page when pagination is enabled.

Signature:

paginationPageSize: number;

Remarks

**Default Value:** DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25) (default MAX_ROWS divided by 10)

**Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**

Note that AG Grid's full pagination functionality requires the Enterprise module.