Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi,
We will fix this issue in the next release of KoolReport. Meanwhile, you could apply this patch to fix it. Please open the file koolreport/export/Handler.php
and replace this line:
Util::init($params, 'format', 'A4');
with these:
if (! isset($params['width']) || ! isset($params['height'])) {
Util::init($params, 'format', 'A4');
}
Thanks!
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo