-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ValueFilter's keys with the special field '*' will match all values a…
…nd filter them out (true) or show (false). Sample: ``` valueFilter: { field1: { '*': true, // filter out all values 'value1': true, // filter out value1 'value2': false // select to display value2 }, field2: { '*': false, // select to display all values 'value1': true, // filter out value1 'value2': false // select to display value2 } } ```
- Loading branch information
1 parent
0c2e6fb
commit d00e71b
Showing
1 changed file
with
39 additions
and
6 deletions.
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