mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Merge pull request #2675 from andersonamuller/patch-1
Fixes Yii1 reference.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user