通过加上 'format' => 'html' 可以是 GridView 中的列具备html标签;

例子:

[
    'attribute' => 'remark',
    'value' => function ($model) {
        return Html::a('超链接', 'https://getcharzp.cn');
    },
    'format' => 'html',
]

 

Aspire to inspire until I expire