title = Yii::t('app', 'User Infos'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$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'], ], ]); ?>