title = Yii::t('app', 'User Infos'); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('app', 'Create User Info'), ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'user_id', 'view_count', 'busy', 'date_visit', 'experience', // 'rank', // 'salary', // 'job', // 'location', // 'soft', // 'user_info_id', // 'guarantee', // 'contract', // 'estimate', // 'purchase', // 'delivery', // 'prepayment', // 'about:ntext', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>