GridView Widget
Yii - 2021
Bijlagen, Notes en Voorbeelden
GridView Widget
Make item clickable link
[
'attribute'=>'naam',
'label' => 'Studentnaam',
'contentOptions' => ['style' => 'width:600px; white-space: normal;'],
'format' => 'raw',
'value' => function ($data) {
return Html::a(...