This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
v3.2.0
added: 3 new properties:
footers
//(Boolean), display table footers (th/td elements) in the <tfoot>
ignoreRows
//(Number, Number[]), row indices to exclude from the exported file
ignoreCols
//(Number, Number[]), column indices to exclude from the exported file
added FileSaver.js implementations for the xls
, csv
, and txt
file types, effectively broadening browser support.
removed <a>
tags w/ custom button-like css and replaced with native <button>
elements, allowing for predictable and consistent fallback styling when Bootstrap is being not used.
removed duplicate event handler binding when multiple instances of tableExport()
are called.