title = 'เมนู'; $this->params['breadcrumbs'][] = $this->title; ?>

title ?>

  • เพิ่มเมนู', ['create'], ['class' => 'btn btn-sm btn-success']) ?>
render('_search', ['model' => $searchModel]); ?> $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], //'id', 'menu_group_id', 'name', 'is_head', 'content_type', //'link', //'disply', //'menu_id', [ 'attribute' => 'status', 'value' => function ($model) { $arr = [0 => 'ไม่ใช้งาน', 1 => 'ใช้งาน']; return $arr[$model->status]; } ], //'created_by', //'updated_by', //'created_at', //'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>