Docs: Add missing "tablesorter-ignoreRow" class. See #1218

This commit is contained in:
Rob Garrison 2016-05-18 18:18:41 -05:00
parent 164fdf9f9a
commit e9b0628800
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
2 changed files with 2 additions and 2 deletions

View File

@ -405,7 +405,7 @@ td.pager {
<div id="html">
<pre class="prettyprint lang-html">&lt;table class=&quot;tablesorter&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;tr class=&quot;tablesorter-ignoreRow&quot;&gt;
&lt;td class=&quot;pager&quot; colspan=&quot;5&quot;&gt;
&lt;img src=&quot;../addons/pager/icons/first.png&quot; class=&quot;first&quot;/&gt;
&lt;img src=&quot;../addons/pager/icons/prev.png&quot; class=&quot;prev&quot;/&gt;

View File

@ -316,7 +316,7 @@ td.pager {
&lt;table class=&quot;tablesorter&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;tr class=&quot;tablesorter-ignoreRow&quot;&gt;
&lt;td class=&quot;pager&quot; colspan=&quot;5&quot;&gt;
&lt;img src=&quot;../addons/pager/icons/first.png&quot; class=&quot;first&quot;/&gt;
&lt;img src=&quot;../addons/pager/icons/prev.png&quot; class=&quot;prev&quot;/&gt;