title = 'Road Widths'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Create Road Width', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'road_width_id', 'region_id', 'road_id', 'begin', 'end', // 'width_roadside_left', // 'width_reverse_road', // 'width_strip', // 'width_roadway_forward', // 'width_roadside_right', // 'count_lane_left', // 'count_lane_right', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>