PaginationComponent
Installation
import { PaginationComponent } from 'uxp/components';Signature
const PaginationComponent: React.FunctionComponent<PaginationProps>Examples
<PaginationComponent
total={total}
pageSize={pageSize}
page={page}
onPageChange={setPage}
onPageSizeChange={v => { setPageSize(v); setPage(1); }}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated