TableFooter
Main DataTable pageThe TableFooter component is meant to be rendered within a DataTableContext (provided by DataTable here).
By default, it shows how many items are being displayed on the left, pagination dropdown in the middle, and
navigation buttons on the right.
Alternately, it will accept children.
Rendering with override components
Footer subcomponents
These components can be rendered independently of the TableFooter component with a DataTableContext: RowStatus,
TablePagination, TablePaginationMinimal.
RowStatusexpects to receivepage,rows, anditemCountfromDataTableContextTablePaginationexpects to receivepageCount,state, andgotoPagefromDataTableContextTablePaginationMinimalexpects to receivenextPage,previousPage,canPreviousPage, andcanNextPagefromDataTableContext
RowStatus Props API
- className
stringRequiredSpecifies class name to append to the base element.
 - statusText
stringRequired |elementRequired RequiredA text describing how many rows is shown in the table.
 
TablePagination Props API
This component does not receive any props.
TablePaginationMinimal Props API
This component does not receive any props.