-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(filter): Add rawTerm option to columnDef filter options
Adds the rawTerm option to the columnDef filter options, when enabled it causes the rowSearcher to skip trimming and escaping the search term, providing the raw value to the specified filter condition. This is intended for use with custom search condition functions where pre-escaping all regular expression characters or trimming whitespace is not desired. Relates to #2475
- Loading branch information
1 parent
7748148
commit a75e65a
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters