Commit dbbd0fba authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлен tooltip (debug)

parent 59822403
......@@ -33,7 +33,7 @@ use yii\grid\GridView;
'value' => function($model) {
return Html::tag('span', $model->user->getFio(), ['data-toggle'=>"tooltip", 'data-placement'=>"left", 'title'=>"Tooltip on left"]);
},
'content' => 'raw'
'content' => 'html'
],
[
'attribute' => 'case_id',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment