You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ The following widgets are currently available:
69
69
* Fixed Action Button
70
70
* GridView with ActionColumn
71
71
* Icon
72
+
* LinkPager
72
73
* Modal
73
74
* Nav
74
75
* NavBar
@@ -135,6 +136,10 @@ You can find the sample layout file in ```src/layout/main.php```.
135
136
136
137
## Change log
137
138
139
+
### 1.3.0 - 2017-03-02
140
+
* added [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php): set [LinkPager]() as default pager class
141
+
*[GridView](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/GridView.php): set [LinkPager](https://github.com/MacGyer/yii2-materializecss/blob/master/src/widgets/grid/LinkPager.php) as default pager class
@@ -39,8 +41,30 @@ class GridView extends \yii\grid\GridView
39
41
{
40
42
/**
41
43
* @var array the HTML attributes for the grid table element.
42
-
* @see [yii\helpers\BaseHtml::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail) for details on
43
-
* how attributes are being rendered.
44
+
* @see [\yii\helpers\Html::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail) for details on how attributes are being rendered.
0 commit comments