Skip to content

Commit d1b3e22

Browse files
NansiYanchevayordan-mitev
authored andcommitted
Update common-features/data-binding/descriptors.md
Co-authored-by: Yordan <[email protected]>
1 parent ba892a3 commit d1b3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/data-binding/descriptors.md

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

9696
| Filter Mode | FilterDescriptors Property Value | LogicalOperator Property Value |
9797
| --- | --- | --- |
98-
| 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. |
98+
| `FilterMenu` | Two filter descriptor instances for 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's choice. |
9999
| `FilterRow` | Two filter descriptor instances for each filtered field. The second filter descriptor instance always gets null as `Value`, because there is no second input field. | AND |
100100

101101

0 commit comments

Comments
 (0)