From ca16c8c23294401826334c8fd1d7e45ec0a1b450 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Wed, 31 May 2017 14:00:05 -0500 Subject: [PATCH 1/7] Core: Add cssIconDisabled option. See #1409 --- docs/index.html | 21 +++++++++++++++++++-- js/jquery.tablesorter.js | 37 +++++++++++++++++++++++++------------ testing/testing.js | 39 ++++++++++++++++++++++++++++++++++----- 3 files changed, 78 insertions(+), 19 deletions(-) diff --git a/docs/index.html b/docs/index.html index 7eb53e9b..b908e188 100644 --- a/docs/index.html +++ b/docs/index.html @@ -797,6 +797,18 @@ + + + String + "" + The CSS style used to style the header cell icon when the column sort is disabled (v2.28.13) +

+ This class is only applied when the headerTemplate option includes a {icon} tag or an HTML element with the class name from the cssIcon option. +
+ + + + String @@ -1144,7 +1156,7 @@

In versions 2.0.6+, all TH text is wrapped in a div with a class name of "tablesorter-inner" by default. In the example below, the header cell (TH) div is given a class name (source).
- Function parameters: +

Function parameters: