title = Yii::t('common/door_log', 'Mozgások');
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
render('_search', ['model' => $searchModel]); ?>
= GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
[
'attribute' => 'id_card',
'value' => 'cardNumber'
],
[
'attribute' => 'id_key',
'value' => 'keyNumber'
],
[
'attribute' => 'id_customer',
'value' => 'customerName'
],
[
'attribute' => 'direction',
'value' => 'directionName'
],
// 'type',
'created_at:datetime',
],
]); ?>