使用jQuery DataTables作为CSV发送电子邮件

时间:2019-07-02 20:51:55

标签: jquery

我正在使用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>

0 个答案:

没有答案