TablePaginationOwnProps
Properties
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.
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.