Don't export the hidden data by TableTools?

Don't export the hidden data by TableTools?

nelsonwangnelsonwang Posts: 5Questions: 0Answers: 0
edited October 2013 in TableTools
Actually,The data source of table have five columns , How can i only export four columns by TableTools ? because one column is hidden data.


/* Init the table */
oTable = $('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "${basePath}/swf/copy_csv_xls_pdf.swf",
"aButtons": [ "csv" ]
}
} );




thanks

Replies

  • nelsonwangnelsonwang Posts: 5Questions: 0Answers: 0
    I have find the answer from the follow link

    http://www.datatables.net/extras/tabletools/button_options

    Prove DataTable is great once again
This discussion has been closed.