We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8721c commit b6eb3adCopy full SHA for b6eb3ad
docs/src/pages.js
@@ -135,8 +135,8 @@ const pages = [
135
{ pathname: '/components/data-grid/selection' },
136
{ pathname: '/components/data-grid/editing', title: '🚧 Editing' },
137
{ pathname: '/components/data-grid/rendering' },
138
- { pathname: '/components/data-grid/export', title: '🚧 Export & Import' },
139
- { pathname: '/components/data-grid/localization', title: '🚧 Localization' },
+ { pathname: '/components/data-grid/export', title: 'Export & Import' },
+ { pathname: '/components/data-grid/localization', title: 'Localization' },
140
{ pathname: '/components/data-grid/group-pivot', title: '🚧 Group & Pivot' },
141
{ pathname: '/components/data-grid/accessibility' },
142
],
0 commit comments