grid\Column renderDataCell()

renderDataCell() public method

Renders a data cell.

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

The data model being rendered

$key mixed

The key associated with the data model

$index integer

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

return string

The rendering result

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.