yii widget grieview attribute
<?php
 ['attribute' => 'order', 'value' => function($model) {return $model->name;}],
'filter' => ['' => 'все', 1 => 'выучено', 0 => 'не выучено']
'label' => 'Количество заказов', 
'headerOptions' => ['class' => 'text-info'], 
'format' => 'raw',