Skip to content

Commit b21a7ea

Browse files
aihmportuga
authored andcommitted
docs(filtering): Update 103_filtering.ngdoc (#6186)
1 parent f380055 commit b21a7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tutorial/103_filtering.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function myCustomSorter(searchTerm, cellValue, row, column) {
3232
}
3333
```
3434

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
3636
except digits to compare to the search term.
3737

3838
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

Comments
 (0)