Skip to content

Commit

Permalink
[docs] Unify multi-filtering introduction with the multi-sorting intr…
Browse files Browse the repository at this point in the history
…oduction (#3766)
  • Loading branch information
flaviendelangle authored Feb 8, 2022
1 parent 74af52a commit c350167
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/data/data-grid/filtering/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ _See [the dedicated section](#customize-the-operators) to learn how to create yo
>
> To use multi-filtering, you need to upgrade to the [Pro plan](https://mui.com/store/items/material-ui-pro/)
The demo below lets you filter the rows according to several criteria at the same time.
## Multi-filtering [<span class="plan-pro"></span>](https://mui.com/store/items/material-ui-pro/)

The following demo lets you filter the rows according to several criteria at the same time.

{{"demo": "BasicExampleDataGridPro.js", "bg": "inline", "defaultCodeOpen": false}}

Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The enterprise components come in two plans: Pro and Premium.
| **Filtering** | | | |
| [Quick filter](/components/data-grid/filtering/#quick-filter) | 🚧 | 🚧 | 🚧 |
| [Column filters](/components/data-grid/filtering/#column-filters) ||||
| [Multi-column filtering](/components/data-grid/filtering/#single-and-multi-filtering) ||||
| [Multi-column filtering](/components/data-grid/filtering/#multi-filtering) ||||
| **Pagination** | | | |
| [Pagination](/components/data-grid/pagination/) ||||
| [Pagination > 100 rows per page](/components/data-grid/pagination/#paginate-gt-100-rows) ||||
Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import { DataGridPro } from '@mui/x-data-grid-pro';

- Built with and exclusively for React ⚛️
- High performance 🚀
- [Filtering](/components/data-grid/filtering/) and [multi-filtering](/components/data-grid/filtering/#single-and-multi-filtering) <span class="plan-pro"></span>
- [Filtering](/components/data-grid/filtering/) and [multi-filtering](/components/data-grid/filtering/#multi-filtering) <span class="plan-pro"></span>
- [Pagination](/components/data-grid/pagination/)
- [Row & Cell editing](/components/data-grid/editing/)
- [Sorting](/components/data-grid/sorting) and [multi-sorting](/components/data-grid/sorting/#multi-sorting) <span class="plan-pro"></span>
Expand Down

0 comments on commit c350167

Please sign in to comment.