File name data export

File name data export

elyteelyte 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'
        ]
    });
});

Answers

This discussion has been closed.