grid-pro.gridprobeta.paginationpagesize
Home > @genesislcap/grid-pro > GridProBeta > paginationPageSize
GridProBeta.paginationPageSize property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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.