title = Yii::t('order', 'Labels'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>
$this->title, ] ); ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], 'id', [ 'label' => 'SSSS', 'attribute' => 'title', 'value' => 'lang.title', ], 'value', [ 'attribute' => 'status', 'filter' => [ 0 => \Yii::$app->formatter->asBoolean(false), 1 => \Yii::$app->formatter->asBoolean(true), ], ], [ 'class' => 'yii\grid\ActionColumn' ], ], ] ); ?>