Commit c85e1a33 authored by Tobias Munk's avatar Tobias Munk

removed hardcoded layout from grid, use DI to configure grid

parent c4806b4f
......@@ -184,7 +184,6 @@ PHP;
<div class="table-responsive">
<?= '<?= ' ?>GridView::widget([
'layout' => '{summary}{pager}{items}{pager}',
'dataProvider' => $dataProvider,
'pager' => [
'class' => yii\widgets\LinkPager::className(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment