From 3adfb543c470bf14588e7d2526c0738e762d5660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20M=C3=BCller?= Date: Sun, 9 Mar 2014 13:05:01 +0100 Subject: [PATCH] Fixes Yii1 reference. --- docs/guide/data-grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/data-grid.md b/docs/guide/data-grid.md index fa596d951f..1f6091c3b3 100644 --- a/docs/guide/data-grid.md +++ b/docs/guide/data-grid.md @@ -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 \ No newline at end of file +- https://github.com/yiisoft/yii2/issues/1581