title = Yii::t('common/waste', 'Selejtek'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$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'], ], ]); ?>