From 8279f167eaf2b0d97a3b68ebdeb71390144eb221 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 3 Feb 2016 17:35:12 -0700 Subject: [PATCH] Added in a link to the GridView widget [ci skip] --- docs/guide/output-data-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/output-data-widgets.md b/docs/guide/output-data-widgets.md index 4f6e9f4bf4..a8981119ba 100644 --- a/docs/guide/output-data-widgets.md +++ b/docs/guide/output-data-widgets.md @@ -103,7 +103,7 @@ These are then also available as variables in the view. GridView -------- -Data grid or GridView is one of the most powerful Yii widgets. It is extremely useful if you need to quickly build the admin +Data grid or [[yii\widgets\GridView|GridView]] is one of the most powerful Yii widgets. It is extremely useful if you need to quickly build the admin section of the system. It takes data from a [data provider](output-data-providers.md) and renders each row using a set of [[yii\grid\GridView::columns|columns]] presenting data in the form of a table.