diff --git a/docs/example-widget-column-selector.html b/docs/example-widget-column-selector.html index 93dd1bae..7c5df4d6 100644 --- a/docs/example-widget-column-selector.html +++ b/docs/example-widget-column-selector.html @@ -710,7 +710,7 @@ $.tablesorter.columnSelector.refreshColumns( config, optionName, optionState );< <table class="tablesorter custom-popup"> <thead> - <tr> + <tr class="tablesorter-ignoreRow"> <!-- Ignore all cell content; disable sorting & form interaction --> <th data-priority="critical">Name</th> <!-- Remove column from selection popup by including --> <!-- data-priority="Anything other than 1-6" OR data-column-selector="disable" OR class="columnSelector-disable" --> diff --git a/docs/index.html b/docs/index.html index 02e2911f..37db9da1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -322,7 +322,8 @@
sortReset
& sortRestart
).sortReset
method; v2.4.7).cssIgnoreRow
class; v2.18.4).table.config.$headers
variable.table.config.$headers
variable. Meaning, any cells in the row will have sorting disabled, and any form element interaction within these cells will also be ignored by tablesorter.