Pagination Positioning#

The pagination can be positioned using the flex alignemnt property "justifyContent".

Props#

FieldTypeDescription
options.paginationAlignmentjustify-contentThe position of the pagination using the flex box

Usage#

import MaterialTable from "@material-table/core";
<MaterialTable
// ...
options={{ paginationAlignment: "center" }}
/>;

Live Demo#

note

See here for more on the GLOBAL_VARS we use in our demos

Live Editor
Result