grid\GridView $emptyCell

$emptyCell public property

The HTML display when the content of a cell is empty. This property is used to render cells that have no defined content, e.g. empty footer or filter cells.

Note that this is not used by the yii\grid\DataColumn if a data item is null. In that case the nullDisplay property of the $formatter will be used to indicate an empty data value.

public string $emptyCell = ' '
doc_Yii
2016-10-30 17:04:13
Comments
Leave a Comment

Please login to continue.