Skip to content

Commit

Permalink
pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
huanz committed Apr 10, 2016
1 parent 3f7efd0 commit 8156f3d
Show file tree
Hide file tree
Showing 7 changed files with 2,115 additions and 731 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
$exportLink.addEventListener('click', function(e){
e.preventDefault();
if(e.target.nodeName === "A"){
tableExport('table2', '测试测试', e.target.getAttribute('data-type'));
tableExport('table2', 'test', e.target.getAttribute('data-type'));
}
}, false);
</script>
Expand Down
Loading

0 comments on commit 8156f3d

Please sign in to comment.