title = Yii::t('app', 'Список префиксов поставщиков'); $this->params['breadcrumbs'][] = $this->title; ParserAsset::register($this); $url = Url::to(['create']); ?>

title) ?>

'btn btn-success modalButton', 'value' => $url]) ?>

render('_search', ['model' => $searchModel]); Pjax::begin(['id' => 'gridViewContent']); ?> $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'importer_id', 'label' => 'ПОСТАВЩИК', 'value' => function ($data) { return $data->importerName;} ], [ 'attribute' => 'brand', 'label' => 'БРЕНД', ], [ 'attribute' => 'prefix', 'label' => 'ПРЕФИКСЫ (ЧЕРЕЗ ,)', ], [ 'attribute' => 'timestamp', 'label' => 'ДАТА ДОБАВЛЕНИЯ', ], ['class' => 'yii\grid\ActionColumn', 'template' => '{update},{delete}'], ], ]); // сюда будем всавлять контент модального окна Modal::begin([ 'id' => 'modal', 'size' => 'modal-lg', ]); echo "
"; Modal::end(); Pjax::end(); ?>