Skip to content

Commit

Permalink
[docs] Add sorting section (#24637)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone authored and oliviertassinari committed Jan 26, 2021
1 parent ad1b3c8 commit b3f94de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ const pages = [
{ pathname: '/components/data-grid/getting-started' },
{ pathname: '/components/data-grid/columns' },
{ pathname: '/components/data-grid/rows' },
{ pathname: '/components/data-grid/filtering', title: '🚧 Filtering' },
{ pathname: '/components/data-grid/sorting' },
{ pathname: '/components/data-grid/filtering' },
{ pathname: '/components/data-grid/pagination' },
{ pathname: '/components/data-grid/selection' },
{ pathname: '/components/data-grid/editing', title: '🚧 Editing' },
Expand Down

0 comments on commit b3f94de

Please sign in to comment.