mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Merge pull request #10746 from acorncom/patch-1
Added in a link to the GridView widget
This commit is contained in:
@@ -103,7 +103,7 @@ These are then also available as variables in the view.
|
|||||||
GridView <a name="grid-view"></a>
|
GridView <a name="grid-view"></a>
|
||||||
--------
|
--------
|
||||||
|
|
||||||
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]]
|
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.
|
presenting data in the form of a table.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user