Skip to content

Releases: hhurz/tableExport.jquery.plugin

1.10.7

15 Sep 18:05
Compare
Choose a tag to compare

XLSX format: Support data attributes and callback functions as known from the other formats

1.10.6

01 Sep 12:37
Compare
Choose a tag to compare

Fixed issue #275: Modifying attributes with jquery cache issue

1.10.5

20 Jun 09:03
Compare
Choose a tag to compare

Workaround for those who use this plugin in conjunction with bootstrap table with filter control enabled. Filter select options should no longer be exported. This fix refers to the following issues:
kayalshri/tableExport.jquery.plugin#96
wenzhixin/bootstrap-table#4005

1.10.4

29 May 18:51
Compare
Choose a tag to compare

Export format sql: New options sql.tableEnclosure and sql.columnEnclosure

1.10.3

20 Mar 20:36
Compare
Choose a tag to compare

Issue #261: mso.styles not working

1.10.2

07 Mar 20:23
Compare
Choose a tag to compare
  • data-tableexport-canvas: Fixed image size calcualtion for jsPDF-AutoTable
  • Issue #202: Multiple worksheets and .xlsx file extension
  • Issue #230: Added a note about preventing formula injection
  • Feature request: Callback functions 'onAfterSaveToFile' and 'onBeforeSaveToFile'

1.10.1

03 Sep 18:50
Compare
Choose a tag to compare
  • IE needs es6-promise for html2canvas to work
  • Obsolete option: maxNestedTables
  • New data attribute (for internal use): data-tableexport-canvas
  • Some code refactoring and optimizations

1.9.16

30 Aug 18:42
Compare
Choose a tag to compare
  • Fixed an issue when saving an export file produced by pdfmake
  • Fixed detection of br tags containing attributes
  • Updated html2canvas to version 1.0.0-alpha.12

1.9.15

27 Aug 18:46
Compare
Choose a tag to compare

Fixed regression bug: New lines will be turned into spaces and br tags into new lines

1.9.14

13 Aug 19:39
Compare
Choose a tag to compare

Fixed an issue introduced with new option preventInjection where empty cells were exported containing a single apostrophe