Pagination
Navigation for a paginated list or table with page numbers and prev/next controls.
Basic
Show codeHide code
With selector and range
Pass pageSize to add the per-page selector and range to show the 1-50 of 250 label before the controls; both are optional.
Show codeHide code
Truncation
The visible page window is derived from where the current page sits within pageCount — first and last are always anchored, and runs of two or more skipped pages collapse to an ellipsis.
Show codeHide code
Loading
Set loading to render the current page as a spinner while navigating to it is in flight.
Show codeHide code
Installation
import { Pagination } from "@makeplane/propel/components/pagination";