laravel-report-generator
laravel-report-generator copied to clipboard
Rapidly Generate Simple Pdf, CSV, & Excel Report Package on Laravel
Add Method Set Total Label for change label total and Modify showTotal method for custom operation.
- Add setTotalLabel Method ``` return PdfReport::of($title, $meta, $queryBuilder, $columns) ->setTotalLabel('Total'); ``` `Modify showTotal method for change object options and add option function for values "sum", "avg" or function($total).` ```...
i am trying get number of pages in my pdf currently in using dompdf , i was working with snappy it had the number of pages values but with the...
Can I generate a report with an Ajax request? I'm using JQuery's ajax method to pass the data to my controller, it gets to the server but the response is...
Hi, Package works a treat, wondering how I would get the total to have a $ sign in front of the value (Eg, $500)?
Symfony\Component\HttpFoundation\Response::setContent(): Argument #1 ($content) must be of type ?string, Barryvdh\DomPDF\PDF given,