From 867447a2e37c4d953b65a85d6c035733382a1a93 Mon Sep 17 00:00:00 2001 From: Mottie Date: Sun, 9 Mar 2014 20:20:17 -0500 Subject: [PATCH] column selector widget: auto state is saved. Fixes #517 --- docs/example-widget-column-selector.html | 4 +- docs/index.html | 2 +- js/widgets/widget-columnSelector.js | 56 ++++++++++++++---------- 3 files changed, 38 insertions(+), 24 deletions(-) diff --git a/docs/example-widget-column-selector.html b/docs/example-widget-column-selector.html index ce1b79e4..3d33f18a 100644 --- a/docs/example-widget-column-selector.html +++ b/docs/example-widget-column-selector.html @@ -246,7 +246,9 @@ columnSelector_saveColumns - Save the current manually set column status (not the column's responsive state). This option requires the storage utility contained within the tablesorter widgets file (jquery.tablesorter.widgets.js).
+ Save the current manually set column status and the table's responsive ("auto") state (v2.15.7).
+
+ This option requires the storage utility contained within the tablesorter widgets file (jquery.tablesorter.widgets.js).

Default value: true diff --git a/docs/index.html b/docs/index.html index ee44a257..3f4d7e23 100644 --- a/docs/index.html +++ b/docs/index.html @@ -386,7 +386,7 @@
  • Build Table Widget (v2.11).
  • * Columns Highlight widget (v2.0.17)
  • -
  • Beta Column Selector widget (v2.15).
  • +
  • Beta Column Selector widget (v2.15; v2.15.7).
  • Content Editable widget (v2.9; v2.13.2).
  • * Filter Widget: