[
//'label'=>'',
'header' => '<span class="os-icon os-icon-email-forward"></span>',
'format' => 'html',
'value' => function ($data) {
return $data->message;
},
],
Add Icon into Label, Column, GridView in Yii2 :
[
//'label'=>'',
'header' => '<span class="os-icon os-icon-email-forward"></span>',
'format' => 'html',
'value' => function ($data) {
return $data->message;
},
],
Add Icon into Label, Column, GridView in Yii2 :