Skip to content

Commit

Permalink
Grids: add a note to filterOperations
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Dec 3, 2024
1 parent 897ecfe commit 408a1d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-reference/_hidden/GridBaseColumn/filterOperations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ default: undefined
Specifies available filter operations. Applies if [allowFiltering](/api-reference/_hidden/GridBaseColumn/allowFiltering.md '{basewidgetpath}/Configuration/columns/#allowFiltering') is **true** and the [filterRow](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/filterRow '{basewidgetpath}/Configuration/filterRow/') and/or [filterPanel](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/filterPanel '{basewidgetpath}/Configuration/filterPanel/') are visible.

---
The following table lists available filter operations by [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '{basewidgetpath}/Configuration/columns/#dataType'). Users can apply these filter operations in the filter row and nested [filterBuilder](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/filterBuilder.md '{basewidgetpath}/Configuration/#filterBuilder') component. The {WidgetName} uses the first operation in each array as the default operation for the specified data type.
The following table lists available filter operations by [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '{basewidgetpath}/Configuration/columns/#dataType'). Users can apply these filter operations in the filter row and nested [filterBuilder](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/filterBuilder.md '{basewidgetpath}/Configuration/#filterBuilder') component.

[note] The default filter operations for each data type are listed in the [selectedFilterOperation]({basewidgetpath}/Configuration/columns/#selectedFilterOperation) API section.

<table class="dx-table">
<tr>
Expand Down

0 comments on commit 408a1d3

Please sign in to comment.