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 211-220 of 496 results.
| Symbol | Name | Price | Dividend Yield | Earnings / Share |
|---|---|---|---|---|
| GWW | Grainger (W.W.) | 252.83 | 1.66 | 11.496 |
| HAL | Halliburton Co | 40.37 | 1.55 | 3.975 |
| HOG | Harley-Davidson | 70.15 | 1.49 | 3.855 |
| HAR | Harman International | 106.18 | 1.17 | 3.883 |
| HRS | Harris Corp | 71.30 | 2.52 | 4.970 |
| HIG | Hartford Finl Services Gp | 41.60 | 1.60 | 1.545 |
| HAS | Hasbro | 57.23 | 2.98 | 2.860 |
| HCP | HCP | 44.30 | 4.78 | 2.221 |
| HCN | Health Care REIT | 73.99 | 4.23 | 0.901 |
| HP | Helmerich & Payne | 67.44 | 3.81 | 6.456 |
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 |
\.