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