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 61-70 of 496 results.
Symbol | Name | Price | Dividend Yield | Earnings / Share |
---|---|---|---|---|
BHI | Baker Hughes | 57.02 | 1.11 | 2.958 |
BIIB | Biogen Idec | 340.87 | 10.559 | |
BK | Bank of New York Mellon | 41.11 | 1.63 | 2.409 |
BLK | BlackRock | 364.40 | 2.14 | 19.333 |
BLL | Ball Corp | 69.44 | 0.74 | 3.613 |
BMS | Bemis Co | 41.20 | 2.69 | 1.844 |
BMY | Bristol-Myers Squibb | 60.65 | 2.45 | 1.620 |
BRCM | Broadcom Corp | 43.90 | 1.10 | 0.728 |
BRK-B | Berkshire Hathaway | 150.68 | 8.400 | |
BSX | Boston Scientific | 12.91 | 0.211 |
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 |
\
.