Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
updated README with new 'footers' property
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 11, 2016
1 parent b73f2d8 commit 7b88e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ Notice that by default, TableExport will create export buttons for three differe
```js
/* Defaults */
$("table").tableExport({
headings: true, // (Boolean), display table headings (th elements) in the first row
headings: true, // (Boolean), display table headings (th/td elements) in the <thead>>
footers: true, // (Boolean), display table footers (th/td elements) in the <tfoot>
formats: ["xls", "csv", "txt"], // (String[]), filetype(s) for the export
fileName: "id", // (id, String), filename for the downloaded file
bootstrap: true, // (Boolean), style buttons using bootstrap
Expand Down

0 comments on commit 7b88e26

Please sign in to comment.