Commit a7467ff932bb8da9e6bc5e9893b346cfcc4df8a5

Authored by Administrator
1 parent db621994

Importers CRUD

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
backend/views/art-history/index.php
@@ -21,6 +21,7 @@ $this->params['breadcrumbs'][] = $this->title; @@ -21,6 +21,7 @@ $this->params['breadcrumbs'][] = $this->title;
21 21
22 <?= GridView::widget([ 22 <?= GridView::widget([
23 'dataProvider' => $dataProvider, 23 'dataProvider' => $dataProvider,
  24 +
24 'filterModel' => $searchModel, 25 'filterModel' => $searchModel,
25 'columns' => [ 26 'columns' => [
26 ['class' => 'yii\grid\SerialColumn'], 27 ['class' => 'yii\grid\SerialColumn'],