title = $model->title; $this->params['breadcrumbs'][] = ['label' => 'Колонки проектов', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

$model->id], ['class' => 'btn btn-primary']) ?> 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', 'title', [ 'attribute' => 'project_id', 'value' => ArrayHelper::getValue($model, 'project.name' ), ], 'created_at', 'updated_at', [ 'attribute' => 'status', 'value' => function (\common\models\ProjectColumn $model) { return \common\models\ProjectColumn::getStatus()[$model->status] ?? 'Не задано'; } ], ], ]) ?>