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 391-400 of 496 results.
| Symbol | Name | Price | Dividend Yield | Earnings / Share |
|---|---|---|---|---|
| GM | General Motors | 33.93 | 2.72 | 1.556 |
| SCG | SCANA Corp | 57.24 | 2.72 | 3.791 |
| EMR | Emerson Electric | 64.88 | 2.73 | 3.030 |
| CAG | ConAgra Foods | 36.99 | 2.74 | 1.500 |
| SPG | Simon Property Group | 180.83 | 2.75 | 4.396 |
| BAX | Baxter International | 74.22 | 2.79 | 3.420 |
| AIV | Apartment Investment & Mgmt | 36.88 | 2.80 | 2.653 |
| KO | Coca-Cola Co | 43.53 | 2.80 | 1.799 |
| NEE | NextEra Energy | 102.93 | 2.80 | 4.359 |
| PG | Procter & Gamble | 90.38 | 2.80 | 3.663 |
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 |
\.