Skip to content

Releases: hhurz/tableExport.jquery.plugin

1.30.0

07 Apr 18:48
Compare
Choose a tag to compare

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

29 Mar 16:56
Compare
Choose a tag to compare
  • 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

03 Jul 20:17
Compare
Choose a tag to compare

Fixed issue 367: not in in MS-Excel exported file
Fixed issue 368: BOM is never inserted in CSV exports

1.27.0

09 Mar 20:42
Compare
Choose a tag to compare

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

20 Apr 20:19
Compare
Choose a tag to compare

XLSX: New option mso.xlsx.formatid.currency, which allows you to specify the format for exporting currency values

1.25.0

10 Apr 19:05
Compare
Choose a tag to compare

Fixed XSS vulnerability with default onCellHtmlData function

1.22.0

09 Mar 18:45
Compare
Choose a tag to compare

Call onAfterSaveToFile when exporting tp pdf with jsPdf

1.21.0

19 Dec 19:20
Compare
Choose a tag to compare

IE11 Support

1.20.2

28 Nov 11:09
Compare
Choose a tag to compare
  • 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

04 Oct 19:17
Compare
Choose a tag to compare

Code optimization and refactoring