title = 'Элементы'; $this->params['breadcrumbs'][] = $this->title; $this->params['in-card'] = false; ?>
'btn btn-default btn-flat']) ?> Yii::$app->user->identity->api_key, ], [ 'class' => 'btn btn-default btn-flat ajax-call', ]) ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'name', [ 'attribute' => 'board_id', 'filter' => Board::getList(), 'value' => function ($model) { /** @var $model Item */ return $model->board->name; }, ], [ 'filter' => Item::getTypesArray(), 'attribute' => 'type', 'value' => function ($model) { /** @var $model Item */ return $model->getTypeLabel(); }, ], 'pin', ['class' => 'app\components\ActionButtonColumn'], ], ]); ?>