Skip to content

Commit

Permalink
adjusted the code example
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Apr 26, 2024
1 parent 48989e4 commit 78c3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/filtering/quick-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The quick filter values can be initialized by setting the `filter.filterModel.qu
filter: {
filterModel: {
items: [],
quickFilterValues: ['quick', 'filter'],
quickFilterValues: ['ab'],
},
},
}}
Expand Down

0 comments on commit 78c3f9e

Please sign in to comment.