Skip to content

Commit

Permalink
Update components/gantt/gantt-tree/filter/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yordan <[email protected]>
  • Loading branch information
NansiYancheva and yordan-mitev authored Oct 14, 2024
1 parent 7c9548b commit 0049a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gantt/gantt-tree/filter/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When the filtering is initiated, the `CompositeFilterDescriptor` properties get

| Filter Mode | FilterDescriptors Property Value | LogicalOperator Property Value |
| --- | --- | --- |
| FilterMenu | Two filter descriptor instances per each filtered field. Each filter descriptor instance gets the user input as `Value`. If there is no user input in one of the input fields in the menu then this filter descriptor instance `Value` is null. | Depending on the user choice. |
| FilterMenu | Two filter descriptor instances per each filtered field. Each filter descriptor instance gets the user input as `Value`. If there is no user input in one of the input fields of the menu, then the `Value` of this filter descriptor instance is null. | Depending on the user's choice. |
| FilterRow | Two filter descriptor instances per each filtered field. The second filter descriptor instance always gets null as `Value`, because there is no second input field. | AND |


Expand Down

0 comments on commit 0049a35

Please sign in to comment.