Commit e3e26540 by Alexander Makarov

Fixes #2508

parent 168fb19f
...@@ -47,7 +47,7 @@ class DataColumn extends Column ...@@ -47,7 +47,7 @@ class DataColumn extends Column
*/ */
public $value; public $value;
/** /**
* @var string|array in which format should the value of each data model be displayed as (e.g. "text", "html", * @var string|array in which format should the value of each data model be displayed as (e.g. "raw", "text", "html",
* ['date', 'Y-m-d']). Supported formats are determined by the [[GridView::formatter|formatter]] used by * ['date', 'Y-m-d']). Supported formats are determined by the [[GridView::formatter|formatter]] used by
* the [[GridView]]. Default format is "text" which will format the value as an HTML-encoded plain text when * the [[GridView]]. Default format is "text" which will format the value as an HTML-encoded plain text when
* [[\yii\base\Formatter::format()]] or [[\yii\i18n\Formatter::format()]] is used. * [[\yii\base\Formatter::format()]] or [[\yii\i18n\Formatter::format()]] is used.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment