title = Yii::t('common', 'Data Counts'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create Data Count'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'user_id', 'date', 'person_count', 'team_count', // 'created_at', // 'updated_at', // 'status', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>