I try to do dynamically change filename and change other variable after click export button. But it seem the new release got problem inside button.html5.js. Can anyone help me with this thing. Here is the error image and the link of my code.
buttons: [{
extend: 'excel',
text: 'Excel',
action: function (e, dt, node, config) {
exportExtension = 'Excel';
$.fn.DataTable.ext.buttons.excelHtml5.action(e, dt, node, config);
}
}]
