searchfields in tfoot get exported to excel file - how to stop?

searchfields in tfoot get exported to excel file - how to stop?

heiterheiter Posts: 10Questions: 0Answers: 0
edited October 2010 in TableTools
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.

Replies

  • heiterheiter Posts: 10Questions: 0Answers: 0
    got it
    just set in Tabletools.js the bIncFooter to false
    [code]

    "bIncFooter": true,

    [/code]
This discussion has been closed.