Skip to content

Commit 5844650

Browse files
Update common-features/data-binding/descriptors.md
Co-authored-by: Yordan <[email protected]>
1 parent 58ba27c commit 5844650

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
@@ -96,7 +96,7 @@ When the filtering is initiated, the `CompositeFilterDescriptor` properties get
9696
| Filter Mode | FilterDescriptors Property Value | LogicalOperator Property Value |
9797
| --- | --- | --- |
9898
| 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. |
99-
| 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 |
99+
| `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

102102
## Searching

0 commit comments

Comments
 (0)