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: misc/tutorial/103_filtering.ngdoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ function myCustomSorter(searchTerm, cellValue, row, column) {
32
32
}
33
33
```
34
34
35
-
For an example of this, see the "phone" column below for an example of this; the custom filter condition makes sure to strip the phone number of everything
35
+
For an example of how this is used, see the filter for the column definition for "phone" below; the custom filter condition strips the phone number of everything
36
36
except digits to compare to the search term.
37
37
38
38
You can also optionally create a custom filter condition that doesn't require a term to be provided by the user - for example if you're matching
0 commit comments