diff --git a/docs/example-widget-column-selector.html b/docs/example-widget-column-selector.html index 4f12fb46..4ec3b312 100644 --- a/docs/example-widget-column-selector.html +++ b/docs/example-widget-column-selector.html @@ -182,6 +182,7 @@
refreshColumnSelector
method has been updated to allow passing an array of zero-based column indexes of columns to show.columnSelector_cssChecked
option which contains the class name added to checked inputs. This helps fix an issue in Chrome that rears it's ugly head when trying to use input:checked
to change a Font Awesome icon. See this demo by TheSin which uses this option to change the checkbox style.$('table').trigger('refreshColumnSelector');+
$('table').trigger('refreshColumnSelector', [ [2,3,4] ]);+ Note +
columnSelector_columns
setting.
+ * *NOTE* Prior to v2.15.6, setting these methods to "false" would remove it from the selector. Now, they must be set to "disable" to remove the column from the selector, this was done to make it more consistent with the columnSelector_columns
setting.