From c8f124f8af44fa85527db45f761220bee841cf5f Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 6 Jan 2017 12:13:34 -0600 Subject: [PATCH] Docs: add info on Excel to output widget. See #1349 --- docs/example-widget-output.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/docs/example-widget-output.html b/docs/example-widget-output.html index 24753a9a..2022b4bf 100644 --- a/docs/example-widget-output.html +++ b/docs/example-widget-output.html @@ -339,11 +339,29 @@ table.tablesorter tbody tr.even.checked td {
  • Rowspan and colspan are supported by this widget. Please take note of additional information in the "Rowspan and colspan" section below.
  • +
  • Working with Excel: + +
  • This demo uses Bootstrap to create the download button dropdown for each table allowing the user to choose the settings
  • @@ -359,6 +377,7 @@ table.tablesorter tbody tr.even.checked td {
  • HTML Table to CSV (License unknown)
  • Download-File-JS (Apache v2.0)
  • Download demo from ebidel/html5demos
  • +
  • FileSaver.js (MIT)