From d48d9d70f874f5aff5f599a3a1497c38351ac78c Mon Sep 17 00:00:00 2001 From: Grummfy Date: Wed, 3 Jun 2026 10:54:55 +0200 Subject: [PATCH] fix(#1522): missing documentation about paginationDisplayMode --- .../components/prop-tables/tableOptions.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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'", + }, ];