mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
3.82k stars 1.14k forks source link

[docs] Initialize the quick filter values -> ['quick', 'filter'] should be ['ab'] #12912

Open konrazem opened 3 weeks ago

konrazem commented 3 weeks ago

Related page

https://mui.com/x/react-data-grid/filtering/quick-filter/#initialize-the-quick-filter-values

Kind of issue

Unclear explanations

Issue description

The given example has quick filter values: ['ab'] but documentation shows ['quick', 'filter']which is a bit confusing 😊. I am not sure if this is on purpose...

image

Context

Describe given code example as is

Search keywords: docs, quick filter, DGT

michelengelen commented 3 weeks ago

Hey @konrazem I did open up a PR with the suggested change. Thanks for raising this!