TablePaginationProps
Properties
The component used for displaying the actions. Either a string to use a HTML element or a component.
Props applied to the back arrow /material-ui/api/icon-button/ component.
Override or extend the styles applied to the component.
Accepts a function which returns a string value that provides a user-friendly name for the current page. This is important for screen reader users.
Customize the displayed rows label. Invoked with a { from, to, count, page }
object.
Customize the rows per page label.
Props applied to the next arrow /material-ui/api/icon-button/ element.
Callback fired when the page is changed.
Callback fired when the number of rows per page is changed.
The number of rows per page.
Customizes the options of the rows per page select field. If less than two options are available, no select field will be displayed. Use -1 for the value with a custom label to show all the rows.
Props applied to the rows per page /material-ui/api/select/ element.
If true
, show the first-page button.
If true
, show the last-page button.
The props used for each slot inside the TablePagination.
The components used for each slot inside the TablePagination. Either a string to use a HTML element or a component.