'columns' => [
...
[
'attribute'=>'title',
'format' => 'html',
'label' => 'title',
'value'=>function($model){
return Html::a($model->title);
},
],