Skip to main content
Version: Next

TablePagination()

Home > @backstage/ui > TablePagination

Pagination controls for Table components with page navigation and size selection.

Signature:

function TablePagination({ pageSize, pageSizeOptions, offset, totalCount, hasNextPage, hasPreviousPage, onNextPage, onPreviousPage, onPageSizeChange, showPageSizeOptions, getLabel, }: TablePaginationProps): import("react/jsx-runtime").JSX.Element;

Parameters

Parameter

Type

Description

{ pageSize, pageSizeOptions, offset, totalCount, hasNextPage, hasPreviousPage, onNextPage, onPreviousPage, onPageSizeChange, showPageSizeOptions, getLabel, }

TablePaginationProps

Returns:

import("react/jsx-runtime").JSX.Element