Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
I see, this table appear when report could not find it view. The report contain of 2 files: MyReport.php
and MyReport.view.php
. Also the MyReport.php
should contain class called MyReport
. If report could not find this view, it will show in debug mode as you see above which list all available datastore.
Also, since you are using Laravel, it is better you use Laravel friendship in the report, it will help you to configure to load resource of widget automatically:
class MyReport extends \koolreport\KoolReport
{
use \koolreport\laravel\Friendship;
...
}
More information you may see Laravel package documentation.
Let me know if you need further assistance.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo