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 51-60 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
EW | Edwards Lifesciences | 129.71 | 7.154 | |
TWC | Time Warner Cable | 147.53 | 2.03 | 7.118 |
PH | Parker-Hannifin | 129.95 | 1.60 | 7.110 |
EMN | Eastman Chemical | 80.51 | 1.68 | 7.068 |
MTB | M&T Bank | 128.03 | 2.20 | 7.063 |
VLO | Valero Energy | 49.78 | 2.04 | 7.027 |
ORLY | O'Reilly Automotive | 187.94 | 6.971 | |
ITW | Illinois Tool Works | 96.69 | 1.81 | 6.966 |
BA | Boeing Co | 132.21 | 2.22 | 6.955 |
FOSL | Fossil Group | 109.48 | 6.866 |
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 |
\
.