grid\DataColumn $format

$format public property

In which format should the value of each data model be displayed as (e.g. "raw", "text", "html", ['date', 'php:Y-m-d']). Supported formats are determined by the formatter used by the yii\grid\GridView. Default format is "text" which will format the value as an HTML-encoded plain text when yii\i18n\Formatter is used as the formatter of the GridView.

public string|array $format = 'text'
doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.