File name data export
File name data export
elyte
Posts: 2Questions: 1Answers: 0
Hi,
I try to change the name of the files during the export but without success can you help me?
Here is my code :
$(document).ready(function () {
$('#datatablespend').DataTable({
"language": {
"url": "//cdn.datatables.net/plug-ins/1.10.16/i18n/French.json"
},
"order": [[ 0, "desc" ]],
dom: 'Bfrtip',
buttons: [
'copy', 'csv', 'excel', 'pdf'
]
});
});
This discussion has been closed.
Answers
Here is the example:
https://datatables.net/extensions/buttons/examples/html5/filename
Kevin
Thank You !