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 08da413 commit ca3a1a2Copy full SHA for ca3a1a2
README.md
@@ -4,6 +4,8 @@ ArrayQuery Component for Yii2
4
Allows searching/filtering of an array. This component is very useful when displaying array data in GridViews with an
5
ArrayDataProvider.
6
7
+[](https://travis-ci.org/yii2mod/yii2-array-query)
8
+
9
Installation
10
------------
11
@@ -47,4 +49,4 @@ $query->from($data);
47
49
$query->where(['username' => 'admin']);
48
50
51
$rows = $query->all();
-```
52
+```
0 commit comments