title = Yii::t('backend/key', 'Keys'); $this->params['breadcrumbs'][] = "Vendég"; $this->params['breadcrumbs'][] = "Kulcsok"; ?> $searchModel->customer]) ?>
$dataProvider, //'filterModel' => $searchModel, // ezt nem szeretjük 'columns' => [ // ['class' => 'yii\grid\SerialColumn'], // 'id_key', [ 'attribute' => 'number', 'label' => "Kulcs szám", ], [ 'attribute' => 'rfid_key', 'label' => "RFID kód", ], [ 'attribute' => 'status', 'value' => function ($model, $key, $index, $column){ $statuszok = Key::statuses(); $result = $statuszok[$model['status']]; return $result; } ], [ 'attribute' => 'assigned_at', 'label' => "Kiadva", 'format' =>'datetime' ], ], ]); ?>