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 81-90 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
ABT | Abbott Laboratories | 45.30 | 1.93 | 1.268 |
PNR | Pentair plc | 63.21 | 1.71 | 1.269 |
XL | XL Group Plc | 35.76 | 1.73 | 1.270 |
CNP | CenterPoint Energy | 23.55 | 3.98 | 1.270 |
GE | Genl Electric | 26.01 | 3.37 | 1.309 |
VMC | Vulcan Materials | 66.67 | 0.33 | 1.330 |
GLW | Corning | 21.34 | 1.88 | 1.332 |
SYMC | Symantec Corp | 26.45 | 2.28 | 1.411 |
CTL | CenturyLink | 39.68 | 5.39 | 1.429 |
TIF | Tiffany & Co | 107.46 | 1.34 | 1.430 |
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 |
\
.