Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Moreira committed Nov 8, 2024
1 parent f0875cb commit 05ed2aa
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@
DataGrid
</Heading>

<Heading Size="HeadingSize.Is4">
New DataGridColumnFilterMethod.Between
</Heading>

<Paragraph>
We've introduced a new <code>DataGridColumnFilterMethod</code> that now comes automatically with your number and date columns when the Filter Mode is set to Menu.
The filtering mechanism was reworked such that SearchValue can now contain a range of values. This allows for more advanced filtering options, such as filtering by a range of dates or numbers. The new DataGridColumnFilterMethod.Between option enables you to filter data based on a range of values, providing greater flexibility and precision in your filtering criteria.
</Paragraph>

<Heading Size="HeadingSize.Is4">
SelectedCell API
</Heading>
Expand Down

0 comments on commit 05ed2aa

Please sign in to comment.