Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Unify multi-filtering introduction with the multi-sorting introduction #3766

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/pages/components/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": "pages/components/data-grid/filtering/BasicExampleDataGridPro.js", "bg": "inline", "defaultCodeOpen": false}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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/src/pages/components/data-grid/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ We provide three options:

- 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