Skip to content

Commit

Permalink
Awesome export stuff with now 50x more awesome ... package
Browse files Browse the repository at this point in the history
  • Loading branch information
sschroffner committed Jun 29, 2016
1 parent de1ef6a commit c53c0f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use this plugin, include the [jQuery](https://jquery.com) library, [FileSaver
### Install with Bower

```shell
$ bower install tableexporter.js
$ bower install table-exporter
```

### Dependencies
Expand Down
3 changes: 2 additions & 1 deletion dist/js/tableexporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
formats: ["xls", "csv", "txt"],
fileName: "id",
ignoreRows: null,
ignoreCols: null
ignoreCols: null,
ignoreCSS: ".tableexport-ignore"
};

$.fn.tableExport.charset = "charset=utf-8";
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tableexporter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/stable/js/tableexporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
formats: ["xls", "csv", "txt"],
fileName: "id",
ignoreRows: null,
ignoreCols: null
ignoreCols: null,
ignoreCSS: ".tableexport-ignore"
};

$.fn.tableExport.charset = "charset=utf-8";
Expand Down

0 comments on commit c53c0f5

Please sign in to comment.