marty6236
Placeholder sumarize
Hi, I would like to ask how to calculate the total price of a product if it has 2 pieces?? I tried this but it didn't work
Placeholder::make('total')
->content(function (Get $get): string {
return '€' . number_format($get('cost') * $get('quantity'), 2);
}) Thank you for your advice
1 replies
Export Action
Hi I have a question, I have used ExportAction and I have a problem that it creates 2 files in csv format, a file with body and another file with header. How do I set Export to create one file, i.e. the first row of the header and the second row of the body
2 replies