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