Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Andre, pls set the detail column as visible = false and use "rowDetailData" as a client side function like this:
DataTables::create(array(
...
"columns" => array(
"orderDate" => ['visible' => false],
...
),
"rowDetailData" => "function(row) {
return 'Client-built row detail: ' + row.orderDate;
}",
When you export the table with Buttons' CSV the detail column should be there. Rgds,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo