searchfields in tfoot get exported to excel file - how to stop?
searchfields in tfoot get exported to excel file - how to stop?
heiter
Posts: 10Questions: 0Answers: 0
I use Individual column filtering (using "select" elements) - (see here: http://datatables.net/examples/api/multi_filter_select.html) in my table.
When I export the table using TableTools to Excel or CSV Export, the select fields in the last row are exported too. I just want the data.
Is there a way set certain columns not to be exported.
When I export the table using TableTools to Excel or CSV Export, the select fields in the last row are exported too. I just want the data.
Is there a way set certain columns not to be exported.
This discussion has been closed.
Replies
just set in Tabletools.js the bIncFooter to false
[code]
"bIncFooter": true,
[/code]