Releases: hhurz/tableExport.jquery.plugin
Releases · hhurz/tableExport.jquery.plugin
1.5.2
- Merge pull request #77 and #87
- Support of mso-number-format style attributes when exporting to excel
- new option tfootSelector
- package.json
- readme update
1.5.1
Fix: IE doesn't know Object.assign()
Fix: Optimized export of css styles when exporting to excel
Fix: JSON export when some columns are ignored
New: Option jsonScope to define what to export in json format
v1.5.0
Enhancement: Output of table cells containing colored div elements in PDF format
Extended option: ignore columns by field names
Support of jspdf-autotable 2.0.14
v1.4.0
- Enhancement: Export a data attribute instead of the TD content
- Enhancement: Multiple table support in excel
v1.3.1
Merge pull request #57 from wenzhixin/patch-1
Fix cannot export error.
v1.3.0
Workaround for IE <=9 where download was not working
"Merged" from fork https://github.com/dawiong/tableExport.jquery.plugin
v1.2.4
Issue #53: fixed complex table thead rowspan colspan bug
v1.2.3
fixed issue #47: colspan followed rowspan gives incorrect output when…
v1.2.2
Issue #42: fixed vertical position calculation of multiline text