0
buttons: [
{
extend: 'excelHtml5',
title: 'LicenseDetails_'+(++download_file_counter)+'_'+today,
text: 'Excel',
exportOptions: {
modifier: {
page: 'current'
}
}
}
]
クリックするとファイルカウンタが増えます。 onclickイベントを追加する場所を教えてください。データシートのボタンイベントでクリックイベントを追加する方法