Skip to content

Commit efa5736

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common-features/data-binding/descriptors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ This article explains how to retrieve the applied filtering, searching, sorting,
2020

2121
## Get Sort, Filter, Group, and Search Descriptors
2222

23-
There are two ways to obtain the applied filtering, searching, sorting, grouping criteria:
23+
You can obtain the applied filtering, searching, sorting, and grouping criteria in two ways:
24+
25+
* [Through the OnRead Event](#through-the-onread-event)
26+
* [Through the Component's State](#through-the-component-state)
2427

2528
### Through the OnRead Event
2629

0 commit comments

Comments
 (0)