Now I cannot to do this:
'label' => '<span class="glyphicon glyphicon-user"></span>',
through:
Html::encode($label);
Can we add option for disabling Html::encode() or doing some thing else?
Use
'header' => '<span class="glyphicon glyphicon-user"></span>',
'header' => 'View', this work for me
Hi, if you use 'header' => .. for this, column is not sorting, use 'encodeLabel' => false
Most helpful comment
Hi, if you use 'header' => .. for this, column is not sorting, use 'encodeLabel' => false