diff --git a/apps/material-react-table-docs/pages/docs/guides/pagination.mdx b/apps/material-react-table-docs/pages/docs/guides/pagination.mdx index 0b0e923dc..1aaee7756 100644 --- a/apps/material-react-table-docs/pages/docs/guides/pagination.mdx +++ b/apps/material-react-table-docs/pages/docs/guides/pagination.mdx @@ -104,7 +104,7 @@ const table = useMaterialReactTable({ columns, data, muiPaginationProps: { - rowsPerPageOptions: ['5', '10', '20'], + rowsPerPageOptions: [5, 10, 20], showFirstButton: false, showLastButton: false, },