diff --git a/docs/example-widget-column-selector.html b/docs/example-widget-column-selector.html index 40c2731d..4f41ca12 100644 --- a/docs/example-widget-column-selector.html +++ b/docs/example-widget-column-selector.html @@ -137,7 +137,13 @@ // class name added to checked checkboxes - this fixes an issue with Chrome not updating FontAwesome // applied icons; use this class name (input.checked) instead of input:checked - columnSelector_cssChecked : 'checked' + columnSelector_cssChecked : 'checked', + + // class name added to rows that have a span (e.g. grouping widget & other rows inside the tbody) + columnSelector_classHasSpan : 'hasSpan', + + // event triggered when columnSelector completes + columnSelector_updated : 'columnUpdate' } }); @@ -182,6 +188,7 @@

Notes