Pagination
Pagination serves as a control mechanism for dividing content into manageable chunks across different pages. It enables users to navigate through the information more conveniently, accessing one section at a time without feeling overwhelmed.
Examples
Default
Default Pagination.
Color
Change the color by passing the color
prop to the component.
Borderless
Control the border by passing the border
prop to the component.
Size
Change the size by passing the size
prop to the component.
Rows per page
Control the rows per page by passing the onRowsPerPageChange
prop to the component.
Default page size
Control the default rows per page by passing the defaultPageSize
prop to the component.
Default page
Control the default page by passing the defaultPage
prop to the component.
Number of pages
Control the number of pages by passing the totalPages
prop to the component.
Installation
Whether the pagination should have a border.
Color of the Pagination.
Size of the Pagination.
Default page number.
Total number of pages.
Default page number.
Total number of pages.
Classname to style the pagination.