Skip to content

Commit

Permalink
[DataGrid] Update docs sections (#25980)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone authored and oliviertassinari committed Apr 26, 2021
1 parent 10d331b commit 1c09e67
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,21 @@ const pages = [
},
{ pathname: '/components/data-grid/demo' },
{ pathname: '/components/data-grid/getting-started' },
{ pathname: '/components/data-grid/layout' },
{ pathname: '/components/data-grid/columns' },
{ pathname: '/components/data-grid/rows' },
{ pathname: '/components/data-grid/editing' },
{ pathname: '/components/data-grid/sorting' },
{ pathname: '/components/data-grid/filtering' },
{ pathname: '/components/data-grid/pagination' },
{ pathname: '/components/data-grid/selection' },
{ pathname: '/components/data-grid/rendering' },
{ pathname: '/components/data-grid/export', title: 'Export & Import' },
{ pathname: '/components/data-grid/localization', title: 'Localization' },
{ pathname: '/components/data-grid/group-pivot', title: '🚧 Group & Pivot' },
{ pathname: '/components/data-grid/export' },
{ pathname: '/components/data-grid/components' },
{ pathname: '/components/data-grid/style' },
{ pathname: '/components/data-grid/localization' },
{ pathname: '/components/data-grid/virtualization' },
{ pathname: '/components/data-grid/accessibility' },
{ pathname: '/components/data-grid/group-pivot', title: '🚧 Group & Pivot' },
],
},
{ pathname: '/components/pagination' },
Expand Down

0 comments on commit 1c09e67

Please sign in to comment.