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