|
|
11 年 前 | |
|---|---|---|
| .. | ||
| jspdf | 11 年 前 | |
| README.md | 11 年 前 | |
| html2canvas.js | 11 年 前 | |
| jquery.base64.js | 11 年 前 | |
| tableExport.jquery.json | 11 年 前 | |
| tableExport.js | 11 年 前 | |
jquery Plugin
<script type="text/javascript" src="tableExport.js">
<script type="text/javascript" src="jquery.base64.js">
<script type="text/javascript" src="html2canvas.js">
<script type="text/javascript" src="jspdf/libs/sprintf.js">
<script type="text/javascript" src="jspdf/jspdf.js">
<script type="text/javascript" src="jspdf/libs/base64.js">
onClick ="$('#tableID').tableExport({type:'pdf',escape:'false'});"
separator: ','
ignoreColumn: [2,3],
tableName:'yourTableName'
type:'csv'
pdfFontSize:14
pdfLeftMargin:20
escape:'true'
htmlContent:'false'
consoleLog:'false'