Releases: hhurz/tableExport.jquery.plugin
Releases · hhurz/tableExport.jquery.plugin
1.30.0
The PDF export with pdfmake now also takes into account some style attributes from the html table to be exported: alignment, background color, color, font style
1.29.0
- New pdfmake parameter 'widths' to control the width of columns in the exported table
- composer.json added (1.28.0)
- Updated Korean and Indian examples (1.28.0)
1.28.0
Fixed issue 367: not in in MS-Excel exported file
Fixed issue 368: BOM is never inserted in CSV exports
1.27.0
Fixed issue #363: Korean is broken(UTF-8)
This fix now also allows the integration of external ttf fonts for PDF export with jsPDF (see test/koreanPdf.html)
1.26.0
XLSX: New option mso.xlsx.formatid.currency, which allows you to specify the format for exporting currency values
1.25.0
Fixed XSS vulnerability with default onCellHtmlData function
1.22.0
Call onAfterSaveToFile when exporting tp pdf with jsPdf
1.20.2
- New xlsx callback function 'onHyperlink', which allows to control the output of hyperlinks
- Fixed a typo of the xlsx option
- Some Readme updates
1.20.1
Code optimization and refactoring