Skip to content

Commit 0049a35

Browse files
Update components/gantt/gantt-tree/filter/overview.md
Co-authored-by: Yordan <[email protected]>
1 parent 7c9548b commit 0049a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gantt/gantt-tree/filter/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When the filtering is initiated, the `CompositeFilterDescriptor` properties get
3434

3535
| Filter Mode | FilterDescriptors Property Value | LogicalOperator Property Value |
3636
| --- | --- | --- |
37-
| 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. |
37+
| 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. |
3838
| 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 |
3939

4040

0 commit comments

Comments
 (0)