how to save in table to *.txt file without quotes
how to save in table to *.txt file without quotes
STALERUM
Posts: 1Questions: 0Answers: 0
I find this disc.: http://datatables.net/forums/discussion/9468/how-can-i-export-data-to-txt
but it saves with quote mark. I need without the quotes.
Code, that I use:
$('#table_users').dataTable( {
"dom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "http://datatables.net/release-datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf",
"aButtons": [{
"sExtends": "csv",
"sFileName": "uids*.txt",
"sButtonText": "save txt"
}],
"oSelectorOpts": {
page: 'current',
"filter": "applied"
}
}
} );
Sorry for my english and sanks :)
This discussion has been closed.