Skip to content

Added charset support to solve Issue #1#2

Open
ErickRuano wants to merge 4 commits intovarun5001:masterfrom
ErickRuano:master
Open

Added charset support to solve Issue #1#2
ErickRuano wants to merge 4 commits intovarun5001:masterfrom
ErickRuano:master

Conversation

@ErickRuano
Copy link
Copy Markdown

  • Optional charset support was added as a third parameter.
  • Although everything runs synchronously promise based error handling was added to avoid managing parameter callback fallbacks.
  • jQuery support was added. If jQuery is present you can pass a Sizzle selector like ".section2 #report table", this works when table to export is generated dynamically and can't have specific ID.

Everything is backwards compatible, even the jQuery support will prepend a '#' to id if no Sizzle selector matches.

If jQuery is present Sizzle will be used instead of native selector.  Backwards compatible.
Added promise based error handling.
Added optional charset parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant