$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 = ' '
Please login to continue.