KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

DataTables rendering still problematic #582

Closed Domains opened this topic on on Jan 6, 2019 - 10 comments

Domains commented on Jan 6, 2019

Fatal error: Trait 'koolreport\inputs\Bindable' not found in C:\xampp\htdocs\koolrep310\examples\reports\inputs\intro\Report.php on line 7

KoolReport commented on Jan 7, 2019

Hi,

Do you mean the example of Inputs package does not work or the DataTables?

Domains commented on Jan 7, 2019

Hello, DataTables just not working. I have used DataTables for a while elswehere. Just not rendering and generating this error Fatal error: Uncaught Error: Class 'koolreport\datagrid\DataTables' not found in C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables\MyReport.view.php:13 Stack trace: #0 C:\xampp\htdocs\koolrep310\koolreport\src\KoolReport.php(291): include() #1 C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables\run.php(5): koolreport\KoolReport->render() #2 C:\xampp\htdocs\koolrep310\examples\helpers\run.example.php(34): include('C:\xampp\htdocs...') #3 C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables\index.php(1): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables\MyReport.view.php on line 13

KoolReport commented on Jan 7, 2019

In the line 13, if you use like this, does it work?

\koolreport\datagrid\DataTables::create(array(
    ...
));
Domains commented on Jan 7, 2019

Line 13 in which file(s) please

KoolReport commented on Jan 7, 2019

In the examples\reports\datagrid\datatables\MyReport.view.php

Domains commented on Jan 7, 2019

Hello I am afraid that also does not work

KoolReport commented on Jan 7, 2019

So all other examples work except for datagrid/DataTables, isnt it? How was other datagrid examples as well?

Domains commented on Jan 7, 2019

All the Datagrid examples are not working please

bipindas commented on Jan 11, 2023

same error for me also :(. Please help to resolve it

Sebastian Morales commented on Jan 11, 2023

Pls open a new topic and state your problem with error message and screenshots if possible. Tks,

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

None