mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: minor corrections
This commit is contained in:
parent
37d44b18e3
commit
14bb009de6
@ -36,7 +36,7 @@
|
||||
|
||||
// pass the headers argument and passing a object
|
||||
headers: {
|
||||
// set initial sort order by column, this headers option setting overrides the sortInitialOrder option
|
||||
// disable sorter & parser for age column
|
||||
1: { sorter: false, parser: false }
|
||||
}
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
<ul>
|
||||
<li>jQuery data <code>data-parser="false"</code>.</li>
|
||||
<li>metadata <code>class="{ parser: "false" }"</code>. This requires the metadata plugin.</li>
|
||||
<li>headers option <code>headers : { 0 : { parser: "false" } }</code>.</li>
|
||||
<li>headers option <code>headers : { 0 : { parser: false } }</code>.</li>
|
||||
<li>header class name <code>class="parser-false"</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -76,6 +76,7 @@
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Age</th>
|
||||
<!-- disable sorter & parser for the Date column -->
|
||||
<th class="sorter-false parser-false">Date</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user