grid\DataColumn getDataCellValue()

getDataCellValue() public method

Returns the data cell value.

public string getDataCellValue ( $model, $key, $index )
$model mixed

The data model

$key mixed

The key associated with the data model

$index integer

The zero-based index of the data model among the models array returned by yii\grid\GridView::$dataProvider.

return string

The data cell value

doc_Yii
2016-10-30 17:04:10
Comments
Leave a Comment

Please login to continue.