Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi Branden,
In the latest version by default DataTables is loaded with the following plugins: "AutoFill", "ColReorder", "RowGroup", "Select"
In addition to these, you could load the following plugins:
DataTables::create(array(
...
"plugins" => array("Buttons", "FixedColumns", "FixedHeader", "KeyTable", "Responsive", "RowReorder", "Scroller", "SearchPanes"),
...
Hi David, How can i enable buttons for example?
I've added the plugins to the datatable yet i do not see it ? am i missing anything?
DataTables::create(array(
"id" => "byMostD",
"name" => "byMostD",
"dataSource" => $this->dataStore("byMostDialed"),
"scope" => $this->params,
"plugins" => array("Buttons",),
"options" => array(
"searching" => true,
"paging" => true,
"colReorder" => true,
"order" => [],
"ordering" => true,
"pageLength" => 10,
"fixedHeader"=>true,
"responsive"=> true,
"autoWidth" => false
),
));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo