- 17 Dec, 2014 1 commit
-
-
Carsten Brandt authored
-
- 14 Nov, 2014 2 commits
-
-
Qiang Xue authored
-
Serge Postrash authored
Use case: ``` echo GridView::widget([ ... 'columns' => [ ... [ 'attribute' => 'created_at', 'label' => '<span data-toggle="tooltip" class="glyphicon glyphicon-time" title="'.Yii::t('app', 'Created At').'"></span>', 'encodeLabel' => false, ... ], ```
-
- 10 Sep, 2014 2 commits
-
-
Carsten Brandt authored
This fix ensures the format configured in the formatter class is used in the message instead of the default ICU format. fixes #4960
-
Carsten Brandt authored
-
- 25 Jun, 2014 1 commit
-
-
Carsten Brandt authored
fixes #4045
-
- 20 Jun, 2014 1 commit
-
-
Alexander Makarov authored
-
- 22 May, 2014 1 commit
-
-
MDMunir authored
I think it's better to enclose `$key` as function parameter.
-
- 23 Apr, 2014 1 commit
-
-
Qiang Xue authored
-
- 22 Apr, 2014 2 commits
-
-
Ivan Kolmycheck authored
-
Carsten Brandt authored
allow using it from the gridview directly
-
- 19 Apr, 2014 1 commit
-
-
Ivan Kolmycheck authored
-
- 18 Apr, 2014 1 commit
-
-
Ivan Kolmycheck authored
-
- 16 Apr, 2014 1 commit
-
-
Thiago Talma authored
Adjustments code according to the standards. Adding missing PHPDoc comment.
-
- 27 Mar, 2014 1 commit
-
-
Carsten Brandt authored
-
- 16 Mar, 2014 1 commit
-
-
SonicGD authored
-
- 11 Mar, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 08 Mar, 2014 1 commit
-
-
Alexander Makarov authored
-
- 04 Mar, 2014 1 commit
-
-
AlexGx authored
-
- 25 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 21 Feb, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Feb, 2014 1 commit
-
-
Kartik Visweswaran authored
-
- 02 Feb, 2014 2 commits
-
-
Kartik Visweswaran authored
-
Kartik Visweswaran authored
Need to have a method `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
-
- 30 Jan, 2014 5 commits
-
-
Thiago Talma authored
-
Thiago Talma authored
-
Thiago Talma authored
-
Thiago Talma authored
-
Thiago Talma authored
-
- 29 Jan, 2014 1 commit
-
-
Qiang Xue authored
Fixes #2212: `yii\gridview\DataColumn` generates incorrect labels when used with nosql DB and there is no data
-
- 28 Jan, 2014 1 commit
-
-
Carsten Brandt authored
-
- 11 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 10 Dec, 2013 1 commit
-
-
Carsten Brandt authored
-
- 30 Nov, 2013 1 commit
-
-
Qiang Xue authored
-
- 13 Nov, 2013 1 commit
-
-
Carsten Brandt authored
- added example code for application components - added missing short description [ci skip]
-
- 23 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 13 Oct, 2013 1 commit
-
-
Carsten Brandt authored
When we do not want an attribute to be searched we do not define it in the filter model, or mark it inctive in the scenario when we use the original model. GridView should not try to access the attribute then and automatically not display the filter field.
-
- 05 Oct, 2013 1 commit
-
-
Qiang Xue authored
-