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 receive- page,- rows, and- itemCountfrom- DataTableContext
- TablePaginationexpects to receive- pageCount,- state, and- gotoPagefrom- DataTableContext
- TablePaginationMinimalexpects to receive- nextPage,- previousPage,- canPreviousPage, and- canNextPagefrom- DataTableContext
RowStatus Props API
- classNamestringSpecifies class name to append to the base element. 
- statusTextstring|elementA 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.