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 101-110 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
CNP | CenterPoint Energy | 23.55 | 3.98 | 1.270 |
CNX | CONSOL Energy | 36.80 | 0.68 | 3.563 |
COF | Capital One Financial | 82.94 | 1.46 | 7.341 |
COG | Cabot Oil & Gas | 30.81 | 0.26 | 0.960 |
COH | Coach | 34.50 | 3.90 | 2.450 |
COL | Rockwell Collins | 85.16 | 1.42 | 4.418 |
COP | ConocoPhillips | 67.85 | 4.10 | 7.539 |
COST | Costco Wholesale | 143.25 | 0.96 | 4.650 |
COV | Covidien Plc | 103.68 | 1.29 | 3.650 |
CPB | Campbell Soup | 43.65 | 2.86 | 2.785 |
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 |
\
.