BPagination
Simple pagination component.
Example
index.tsx
BPagination props
Property | Description | Type | Default |
---|---|---|---|
disabled | makes the element not mutable |
| false |
bigStep | render additional buttons for going to the first/last page |
| false |
currentPage | current page number |
| - |
pageCount | count of pages |
| - |
handlePageChange | Callback when page is changed |
| - |
Last updated