Yii Advanced Filters Demo
Filter Grid
You can test the advanced filters extension using the grid below.
Click here for filter suggestions.
Enter aa
into the Symbol field. Now try "aa"
.
Enter /[0-9]/
into the Name field.
Enter 100 to 200
into the Price field.
Enter med systems
into the Name field.
Enter plc | ltd
into the Name field.
Enter systems
into the Name field.
Now try systems & ! adobe
.
Enter < 2
into the Dividend Yield field.
Now try < 2 | ""
.
Enter 1.2
into the Dividend Yield field.
Now try =1.2
.
Enter \&
into the Name field to search for names
containing the &
character.
Displaying 141-150 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
DFS | Discover Financial Services | 64.85 | 1.42 | 5.259 |
DISCA | Discovery Communications | 33.97 | 1.686 | |
DG | Dollar General | 68.21 | 3.342 | |
DLTR | Dollar Tree | 68.41 | 2.913 | |
D | Dominion Resources | 72.15 | 3.30 | 2.570 |
DOV | Dover Corp | 75.71 | 2.04 | 4.693 |
DOW | Dow Chemical | 50.16 | 2.87 | 3.045 |
DPS | Dr. Pepper Snapple Group | 71.94 | 2.23 | 3.564 |
DTE | DTE Energy | 82.00 | 3.21 | 4.096 |
DD | Du Pont (E.I.) | 73.07 | 2.54 | 3.356 |
Data provided by GitHub datasets and originally sourced from the S&P 500 website.
Quick Guide
Text | |
---|---|
word1 word2 | All words |
"search term" | Exact |
#search term# | Substring |
/regex/ | RegEx |
Numeric | |
n1 to n2 | Between |
< n1 | Less than |
<= n1 | or equal |
> n1 | Greater |
>= n1 | or equal |
= n1 | Equal |
Modifiers | |
! filter | Invert |
filter1 | filter2 | Or |
filter1 & filter2 | And |
\
.