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