title = 'Ширина проїзної частини'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

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

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], [ 'attribute' => 'region_id', 'value' => function($model) { /** * @var RoadWidth $model */ return $model->region->name; }, ], [ 'attribute' => 'road_id', 'value' => function($model) { /** * @var RoadWidth $model */ return $model->road->name; }, ], [ 'attribute' => 'begin', 'value' => function($model) { /** * @var RoadWidth $model */ return $model->getBeginString(); }, ], [ 'attribute' => 'end', 'value' => function($model) { /** * @var RoadWidth $model */ return $model->getEndString(); }, ], [ 'class' => 'yii\grid\ActionColumn' ], ], ]); ?>