Props
Attributes
- Graph
-
- Supertypes
-
trait PropTypesclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Props applied to the back arrow IconButton
element.
The total number of rows.
The total number of rows.
Attributes
If true
, the component is disabled.
If true
, the component is disabled.
Attributes
Accepts a function which returns a string value that provides a user-friendly name for the current page.
Accepts a function which returns a string value that provides a user-friendly name for the current page.
For localization purposes, you can use the provided translations.
Value parameters
- {number}
-
page The page number to format.
- {string}
-
type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous'). Defaults to 'page'.
Attributes
Props applied to the next arrow IconButton
element.
Callback fired when the page is changed.
Callback fired when the page is changed.
Value parameters
- {number}
-
page The page selected.
- {object}
-
event The event source of the callback.
Attributes
The zero-based index of the current page.
The zero-based index of the current page.
Attributes
The number of rows per page.
The number of rows per page.
Attributes
If true
, show the first-page button.
If true
, show the first-page button.
Attributes
If true
, show the last-page button.
If true
, show the last-page button.
Attributes
The props used for each slot inside the TablePaginationActions.
The props used for each slot inside the TablePaginationActions.
Attributes
The components used for each slot inside the TablePaginationActions. Either a string to use a HTML element or a component.
The components used for each slot inside the TablePaginationActions. Either a string to use a HTML element or a component.
Attributes
Inherited methods
Attributes
- Inherited from:
- PropTypes
Inherited fields
Attributes
- Inherited from:
- PropTypes