grid\Column $content

$content public property

This is a callable that will be used to generate the content of each cell. The signature of the function should be the following: function ($model, $key, $index, $column). Where $model, $key, and $index refer to the model, key and index of the row currently being rendered and $column is a reference to the yii\grid\Column object.

public callable $content = null
doc_Yii
2016-10-30 17:04:03
Comments
Leave a Comment

Please login to continue.