$product,
'attributes' =>[
[
'attribute' => 'productCategoryName',
'label' => 'Termék kategória'
],
[
'attribute' => 'accountName',
'label' => 'Kassza'
],
[
'attribute' => 'product_number',
'label' => 'Termék szám'
],
[
'attribute' => 'barcode',
'label' => 'Vonalkód'
],
[
'attribute' => 'stock',
'label' => 'Raktáron'
],
]
]);
?>