mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: add cssIgnoreRow documentation
This commit is contained in:
parent
008d4d6f8b
commit
74c6b0a231
@ -819,6 +819,21 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr id="cssignorerow">
|
||||||
|
<td><a href="#" class="permalink">cssIgnoreRow</a></td>
|
||||||
|
<td>String</td>
|
||||||
|
<td>"tablesorter-ignoreRow"</td>
|
||||||
|
<td>Class name to add to a table header row if you want all cells within this row to be ignored (<span class="version">v2.18.4</span>).
|
||||||
|
<div class="collapsible">
|
||||||
|
<br>
|
||||||
|
Header rows with this class name will not be added into the <a href="#variable-headers"><code>table.config.$headers</code></a> variable.<br>
|
||||||
|
<br>
|
||||||
|
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>
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr id="dateformat">
|
<tr id="dateformat">
|
||||||
<td><a href="#" class="permalink">dateFormat</a></td>
|
<td><a href="#" class="permalink">dateFormat</a></td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user