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

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'parent_id', 'active', 'hide_min', 'sort', // 'name', // 'path', // 'params', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>