Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Thamks for your reply. I am using package "koolreport/pro":"*",
"koolreport/bootstrap4": "^1.5",
"koolreport/core": "^5.5",
"koolreport/laravel": "^2.0",
use \koolreport\datagrid\DataTables; DataTables::create([
"dataSource"=>$this->dataStore("CONSULTANTS"),
"options"=>array(
"paging"=>true,
"searching"=>true,
),
"searchOnEnter" => true,
"searchMode" => "or",
"cssClass"=>array(
"table"=>"table table-bordered table-striped"
)
]);
Here Options not working in my vuejs component.
Pls try to set options' dom property like this:
DataTables::create(array(
...
"options" => array(
"dom" => 'Blfrtip',
Here's the dom definition link:
https://datatables.net/reference/option/dom
Let us know if it works for you. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo