[TablePaginationActions]: Add ability to add a component between the left navigation and right navigation in TablePaginationActions. #43409
Labels
component: TablePagination
The React component.
customization: slot
Component's slot customizability
enhancement
This is not a bug, nor a new feature
Summary
The default
ActionsComponent
forTablePagination
isTablePaginationActions
which renders the page navigation buttons. IfTablePaginationActions
can accept a custom component as a prop to render between the left navigation and right navigation,TablePaginationActions
can be used to create a custom Action Component.Examples
Motivation
We have a design to add a
TextField
between the Left Navigation and Right Navigation to enter the page number.Currently, there is no way to add this
TextField
component inTablePaginationActions
. We have to fork theTablePaginationActions
component and add theTextField
.If MUI can provide a prop to add a component between the left navigation and right navigation in
TablePaginationActions
, we can avoid the fork.Search keywords: TablePaginationActions
The text was updated successfully, but these errors were encountered: