Back to React Native Paper

DataTable.Pagination

docs/public/2.0/data-table-pagination.html

5.15.1440 B
Original Source

DataTable.Pagination

Props

page (required) Type: number

The currently visible page (starting with 0).

numberOfPages (required) Type: number

The total number of pages.

label Type: React.Node

Label text to display

onPageChange (required) Type: number => void

Function to execute on page change.

style Type: any

theme Type: Theme