title = Yii::t('common/waste', 'Selejtek'); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('common/waste', 'Új selejt'), ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ [ 'attribute' => "waste_created_at", 'label' => "Létrehozva" ], [ 'attribute' => "user_username", 'label' => "Felhasználó" ], [ 'attribute' => "product_name", 'label' => "Termék" ], [ 'attribute' => "waste_count", 'label' => "Mennyiség" ], [ 'attribute' => "waste_comment", 'label' => "Megjegyzés" ], // ['class' => 'yii\grid\ActionColumn'], ], ]); ?>