Commit 3adfb543 by Anderson Müller

Fixes Yii1 reference.

parent c4b8f4b6
...@@ -12,7 +12,7 @@ Grid view supports both sorting and pagination of the data items. The sorting an ...@@ -12,7 +12,7 @@ Grid view supports both sorting and pagination of the data items. The sorting an
or normal page request. A benefit of using GridView is that when the user disables JavaScript, the sorting and pagination or normal page request. A benefit of using GridView is that when the user disables JavaScript, the sorting and pagination
automatically degrade to normal page requests and are still functioning as expected. automatically degrade to normal page requests and are still functioning as expected.
The minimal code needed to use CGridView is as follows: The minimal code needed to use GridView is as follows:
```php ```php
use yii\data\GridView; use yii\data\GridView;
...@@ -193,4 +193,4 @@ Sorting data ...@@ -193,4 +193,4 @@ Sorting data
Filtering data Filtering data
-------------- --------------
- https://github.com/yiisoft/yii2/issues/1581 - https://github.com/yiisoft/yii2/issues/1581
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment