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 |
---|---|---|---|---|
BDX | Becton Dickinson | 139.15 | 1.16 | 5.990 |
NOV | Natl Oilwell Varco | 66.89 | 2.40 | 5.971 |
LH | Laboratory Corp American Holdings | 106.14 | 5.962 | |
ROK | Rockwell Automation | 114.29 | 2.06 | 5.910 |
KMB | Kimberly-Clark | 114.04 | 2.84 | 5.650 |
MSI | Motorola Solutions | 65.00 | 1.95 | 5.631 |
LNC | Lincoln National | 57.41 | 1.14 | 5.618 |
GILD | Gilead Sciences | 104.59 | 5.613 | |
MCK | McKesson Corp | 212.63 | 0.45 | 5.579 |
EOG | EOG Resources | 90.75 | 0.55 | 5.570 |
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 |
\
.