I'm creating reports in laravel using koolreport.
I have followed this guide and works fine.
https://www.koolreport.com/blog/koolreport-and-php-framework
Now I want to create a basic table report. I have included code based in Table Demo example. Results are shown, but I cant make pagination works.
I'm getting errors some files are not found.
vendor/koolreport/widgets/koolphp/table/table.css
vendor/koolreport/clients/jquery/jquery.min.js
I have included in my code in MyReport.view.php file
use \koolreport\widgets\koolphp\Table;
Is there any tutorial I could follow?
Thanks!