This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mobius1
committed
Oct 23, 2017
1 parent
e1a3c85
commit 9a3857f
Showing
5 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/*! Exportable 0.0.9 | ||
/*! Exportable 0.0.10 | ||
* © 2017 Karl Saunders | ||
*/ | ||
/** | ||
* @summary Exportable | ||
* @description Vanilla-DataTables extension to allow for exporting to various formats | ||
* @version 0.0.9 | ||
* @version 0.0.10 | ||
* @file datatable.exportable.js | ||
* @author Karl Saunders | ||
* @contact [email protected] | ||
|
@@ -36,7 +36,7 @@ if (window.DataTable) { | |
lineDelimiter: "\n", | ||
columnDelimiter: ",", | ||
includeHeadings: true, | ||
columnize: true, | ||
columnize: false, | ||
paddingCharacter: " ", | ||
|
||
// sql | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters