mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +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
|
||||
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
|
||||
use yii\data\GridView;
|
||||
@@ -193,4 +193,4 @@ Sorting data
|
||||
Filtering data
|
||||
--------------
|
||||
|
||||
- https://github.com/yiisoft/yii2/issues/1581
|
||||
- https://github.com/yiisoft/yii2/issues/1581
|
||||
|
||||
Reference in New Issue
Block a user