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 21-30 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
ACE | ACE Limited | 116.07 | 2.20 | 9.656 |
WHR | Whirlpool Corp | 188.83 | 1.53 | 9.426 |
NOC | Northrop Grumman | 147.69 | 1.94 | 9.402 |
CMI | Cummins | 150.86 | 1.87 | 8.894 |
ADS | Alliance Data Systems | 278.24 | 8.749 | |
DE | Deere & Co | 89.73 | 2.48 | 8.630 |
V | Visa | 263.35 | 0.64 | 8.618 |
CB | Chubb Corp | 103.75 | 1.87 | 8.523 |
SHW | Sherwin-Williams | 246.87 | 0.89 | 8.497 |
LYB | LyondellBasell Industries | 80.77 | 3.33 | 8.482 |
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 |
\
.