Hi Everybody!!
I have a problem with the Export Library, when i try to export a PDF the last row split on each page.
Someone can help me!!!
$report = new ReporteConsumos($array_data);
$report->run()->export('ReporteConsumosPdf')
->pdf(array(
"format"=>"A4",
"orientation"=>"landscape",
))->toBrowser("ReporteConsumos.pdf");
Best Regards!