Docs: Fix colspan demo

This commit is contained in:
Rob Garrison 2017-09-10 15:00:53 -05:00
parent 7f32d018f9
commit 5218f2d31e
2 changed files with 10 additions and 3 deletions

View File

@ -83,7 +83,8 @@
<li>Having a <code>colspan</code> in the tbody is not fully supported by all widgets, and there are still some minor issues to work out.</li> <li>Having a <code>colspan</code> in the tbody is not fully supported by all widgets, and there are still some minor issues to work out.</li>
<li><span class="label alert">Alert</span> Cells with a <code>rowspan</code> are <em>not</em> currently supported.</li> <li><span class="label alert">Alert</span> Cells with a <code>rowspan</code> are <em>not</em> currently supported.</li>
<li><span class="label warning">Warning</span> Cells with a <code>colspan</code> will attempt to use the parser set for that column and <em>will not</em> use the parser for another column while sorting or filtering - try this <button class="search" data-column="3" type="button">&gt;10</button> - the "17 Koala" cell is not parsed as a numeric value and is thus considered a string.</li> <li><span class="label warning">Warning</span> Cells with a <code>colspan</code> will attempt to use the parser set for that column and <em>will not</em> use the parser for another column while sorting or filtering - try this <button class="search" data-column="3" type="button">&gt;10</button> - the "17 Koala" cell is not parsed as a numeric value and is thus considered a string.</li>
<li>The <code>duplicateSpan</code> option (storing of cache data) is a preliminary step in providing <code>colspan</code> support, it is by no means complete.</li> <li>The <a href="index.html#duplicatespan"><code>duplicateSpan</code></a> option (storing of cache data) is a preliminary step in providing <code>colspan</code> support, it is by no means complete.</li>
<li>Ignore an entire <em>header</em> row by adding a "tablesorter-ignoreRow" class (set by the <a href="index.html#cssignorerow"><code>cssIgnoreRow</code></a> option).</li>
<li>This demo requires tablesorter v2.25.0+, as well the corresponding version of the filter widget.<br><br></li> <li>This demo requires tablesorter v2.25.0+, as well the corresponding version of the filter widget.<br><br></li>
<li>Follow the demo steps to hopefully get the full understanding of how to use <code>colspan</code>s in the tbody.</li> <li>Follow the demo steps to hopefully get the full understanding of how to use <code>colspan</code>s in the tbody.</li>
@ -129,6 +130,9 @@ Search:
<table class="tablesorter"> <table class="tablesorter">
<thead> <thead>
<tr class="tablesorter-ignoreRow">
<th colspan="6">This entire row is ignored</th>
</tr>
<tr> <tr>
<th rowspan="2" colspan="2">Index (colspan 2)</th> <th rowspan="2" colspan="2">Index (colspan 2)</th>
<th colspan="4">Products</th> <th colspan="4">Products</th>
@ -139,6 +143,9 @@ Search:
<th>Animals</th> <th>Animals</th>
<th>Url</th> <th>Url</th>
</tr> </tr>
<tr class="tablesorter-ignoreRow">
<th colspan="6">This entire row is ignored too!</th>
</tr>
</thead> </thead>
<tfoot> <tfoot>
<tr> <tr>

View File

@ -617,7 +617,7 @@
</ul> </ul>
</div> </div>
</td> </td>
<td><a href="example-widget-filter.html">Example</a></td> <td><a href="example-colspan.html">Example</a></td>
</tr> </tr>
<tr id="cssasc"> <tr id="cssasc">
@ -880,7 +880,7 @@
This class name should be added to header rows that contain custom HTML, like for the pager controls, custom filter row or table toolbar. This class name should be added to header rows that contain custom HTML, like for the pager controls, custom filter row or table toolbar.
</div> </div>
</td> </td>
<td><a href="example-pager-ajax.html#html">Example</a></td> <td><a href="example-colspan.html">1</a> <a href="example-pager-ajax.html#html">2</a></td>
</tr> </tr>
<tr id="dateformat"> <tr id="dateformat">