示例#1
0
 public function renderViewLink($model, $key, $index)
 {
     $value = parent::renderDataCellContent($model, $key, $index);
     return Html::a($value, [$this->buildUrl('view'), 'id' => $model->id], ['class' => 'bold']);
 }