You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/components/grids_templates/search.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,17 +165,17 @@ The methods from above return a **number** value (the number of times the @@igCo
165
165
166
166
Let's also display the position of the current occurrence, along with the total results count! We can do this by using the grid's `lastSearchInfo` property. This property is automatically updated when using the **find** methods.
167
167
168
-
- The `@@igObjectRef.lastSearchInfo.matchInfoCache.length` value will give us the total results count.
168
+
- The `@@igObjectRef.lastSearchInfo.matchCount` value will give us the total results count.
169
169
- The `@@igObjectRef.lastSearchInfo.activeMatchIndex` value will give us the index position of the current occurrence (match).
0 commit comments