Commit 5d4524a9 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлен tooltip

parent 345d2c2d
......@@ -32,7 +32,8 @@ use yii\grid\GridView;
'attribute' => 'user_id',
'value' => function($model) {
return Html::tag('span', $model->user->getFio(), ['data-toggle'=>"tooltip", 'data-placement'=>"left", 'title'=>"Tooltip on left"]);
}
},
'type' => 'raw'
],
[
'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