renderDataCellContent() protected method
Renders the data cell content.
| protected string renderDataCellContent ( $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 rendering result  |  
Please login to continue.