Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Currently you need to make a query like this:
DataTables::create(array(
"dataSource"=>$this->src("mysql")->query("SELECT * from tbl_usaurio"),
));
or if you are using querybuilder, you can do:
DataTables::create(array(
"dataSource"=>$this->src("mysql")->query(DB::table("tbl_usaurio"))
));
FYI, In the next version of Laravel package, we will provide way to make koolreport widgets work with Laravel using eloquent.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo