diff --git a/apps/material-react-table-docs/components/prop-tables/tableOptions.ts b/apps/material-react-table-docs/components/prop-tables/tableOptions.ts index aff09eff2..cf1a016cd 100644 --- a/apps/material-react-table-docs/components/prop-tables/tableOptions.ts +++ b/apps/material-react-table-docs/components/prop-tables/tableOptions.ts @@ -2174,4 +2174,14 @@ export const tableOptions: TableOption[] = [ source: 'MRT', type: 'MutableRefObject', }, + { + tableOption: 'paginationDisplayMode', + defaultValue: 'default', + description: '', + link: '/docs/guides/pagination', + linkText: '', + required: false, + source: 'MRT', + type: "'custom' | 'page' | 'pages'", + }, ];