From 74c6b0a231c70bc5ffc83e1f8d9afc4a413361b2 Mon Sep 17 00:00:00 2001 From: Mottie Date: Sat, 29 Nov 2014 18:53:54 -0600 Subject: [PATCH] Docs: add cssIgnoreRow documentation --- docs/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/index.html b/docs/index.html index 2d8edd78..ab53ef89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -819,6 +819,21 @@ + + + String + "tablesorter-ignoreRow" + Class name to add to a table header row if you want all cells within this row to be ignored (v2.18.4). +
+
+ Header rows with this class name will not be added into the table.config.$headers variable.
+
+ This class name should be added to header rows that contain custom HTML, like for the pager controls, custom filter row or table toolbar. +
+ + + + String