TablePaginationOwnProps
Inheritors
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 IconButton 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 IconButton 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 Select element.
If true, show the first-page button.
If true, show the last-page button.