Hello Guys,
this is a bug report for the koolreport export functionality.
System: Laravel with Debugbar turned on.
$report = new UndeliveredPackagesReport();
$report->run();
$report->exportToCSV()->toBrowser('my_test.txt');
What happened: The Koolreport Export fired and exported all entries BUT at the end of the exported file it also attached javascript of debugbar.
What I expected: Only the entries, nothing else.
Would be great if this can be fixed.