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 131-140 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
DIS | Walt Disney Co | 93.76 | 0.92 | 4.260 |
DISCA | Discovery Communications | 33.97 | 1.686 | |
DLPH | Delphi Automotive Plc | 73.39 | 1.02 | 4.288 |
DLTR | Dollar Tree | 68.41 | 2.913 | |
DNB | Dun & Bradstreet | 124.12 | 1.42 | 7.437 |
DNR | Denbury Resources | 7.43 | 3.29 | 1.019 |
DO | Diamond Offshore Drilling | 29.91 | 11.64 | 2.760 |
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 |
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 |
\
.