BPagination
Last updated
Last updated
Property | Description | Type | Default |
---|---|---|---|
disabled
makes the element not mutable
boolean
false
bigStep
render additional buttons for going to the first/last page
boolean
false
currentPage
current page number
number
-
pageCount
count of pages
number
-
handlePageChange
Callback when page is changed
(page: number) => void
-