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

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], // 'id', // 'department_id', 'name', 'email:email', 'user_id', 'job', // 'name2', // 'zodiac', // 'iq', // 'soc_vk', // 'soc_fb', // 'soc_tw', // 'soc_li', // 'interests_caption:ntext', // 'skils_caption:ntext', // 'books_caption:ntext', // 'films_caption:ntext', // 'description:ntext', // 'photo', // 'photo_big', // 'visible', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>