The object containing the pagination properties of the rendering state.

interface GridRenderPaginationProps {
    pageSize?: number;
    paginationCurrentPage?: number;
}

Properties

pageSize?: number

The page size if pagination is enabled.

paginationCurrentPage?: number

The current page if pagination is enabled.