Don't export the hidden data by TableTools?
Don't export the hidden data by TableTools?
nelsonwang
Posts: 5Questions: 0Answers: 0
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
/* Init the table */
oTable = $('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "${basePath}/swf/copy_csv_xls_pdf.swf",
"aButtons": [ "csv" ]
}
} );
thanks
This discussion has been closed.
Replies
http://www.datatables.net/extras/tabletools/button_options
Prove DataTable is great once again