laravel-report-generator icon indicating copy to clipboard operation
laravel-report-generator copied to clipboard

Rapidly Generate Simple Pdf, CSV, & Excel Report Package on Laravel

Results 5 laravel-report-generator issues
Sort by recently updated
recently updated
newest added

- 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,