title = "Обновление базы ФИАС";
$this->params['breadcrumbs'][] = $this->title;
\backend\assets\FiasUpdateAsset::register($this);
?>
= GridView::widget([
'hover' => true,
'headerContainer' => ['class' => 'thead-light'],
'tableOptions' => ['class' => 'table-sm'],
'striped' => false,
'summary' => false,
'id' => 'fias_grid',
'dataProvider' => $dataProvider,
'pager' => [
'firstPageLabel' => '<<',
'prevPageLabel' => '<',
'nextPageLabel' => '>',
'lastPageLabel' => '>>',
],
'rowOptions' => function ($model, $key, $index, $grid) {
return [
'data' => ['key' => $model['number']],
];
},
'columns' => [
[
'class' => \yii\grid\CheckboxColumn::class,
'contentOptions' => ['style' => 'width: 30px'],
],
[
'attribute' => 'number',
'label' => 'Номер региона',
],
[
'attribute' => 'name',
'label' => 'Название региона',
],
],
]); ?>
'fias_update_btn', 'class' => 'btn btn-primary']) ?>