title = Yii::t('product', 'Product Units'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', [ 'attribute' => 'is_default', 'format' => 'boolean', 'filter' => [ \Yii::$app->formatter->asBoolean(false), \Yii::$app->formatter->asBoolean(true), ], ], [ 'attribute' => 'title', 'value' => 'lang.title', ], 'lang.short', [ 'class' => 'yii\grid\ActionColumn' ], ], ] ); ?>