We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c43b53 commit df4b341Copy full SHA for df4b341
README.md
@@ -1,5 +1,10 @@
1
-ArrayQuery Component for Yii2
2
-=============================
+<p align="center">
+ <a href="https://github.com/yiisoft" target="_blank">
3
+ <img src="https://avatars0.githubusercontent.com/u/993323" height="100px">
4
+ </a>
5
+ <h1 align="center">Yii2 ArrayQuery Component</h1>
6
+ <br>
7
+</p>
8
9
Allows searching/filtering of an array. This component is very useful when displaying array data in GridViews with an
10
ArrayDataProvider.
@@ -22,7 +27,7 @@ php composer.phar require --prefer-dist yii2mod/yii2-array-query "*"
22
27
23
28
or add
24
29
25
-```json
30
+```
26
31
"yii2mod/yii2-array-query": "*"
32
```
33
0 commit comments