我正在使用jquery数据表填充我的数据。
我想每月将此数据作为csv附件发送到emailid。
jQuery
$('#tablePasswordChangeHistory').DataTable({dom: 'Bfrtip',
buttons: [ 'csv', 'excel', 'pdf', 'print'
]
});
JSP
<table id="tablePasswordChangeHistory"class="table table-striped table-bordered table-hover"style="width: 100%">
</table>