Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Chris, just create a new empty DataStore object and use this method to set its data and meta:
https://www.koolreport.com/docs/datastore/overview/#selecting-methods-data
$myDS = new \koolreport\core\DataStore($arrayData, $arrayMeta);
or:
$myDS = new \koolreport\core\DataStore();
$myDS->data($arrayData);
$myDS->meta($arrayMeta);
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo