TablePaginationProps
Properties
The component used for displaying the actions. Either a string to use a HTML element or a 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.
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.
If true, show the first-page button.
If true, show the last-page button.