$("#ExportPDF").click(function (e) {
  $('table:nth-child(2)').tableExport({ type: 'xml', escape: 'false' });  
});