mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: clarify parser & sorter class name differences
This commit is contained in:
parent
efe9a43610
commit
1d94fff372
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery tablesorter 2.0 - Disable or set the column parser using class names</title>
|
||||
<title>jQuery tablesorter 2.0 - Disable sorting or set the column parser using class names</title>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="js/jquery-latest.min.js"></script>
|
||||
@ -24,7 +24,7 @@
|
||||
<body>
|
||||
<div id="banner">
|
||||
<h1>table<em>sorter</em></h1>
|
||||
<h2>Disable or set the column parser using class names</h2>
|
||||
<h2>Disable sorting or set the column parser using class names</h2>
|
||||
<h3>Flexible client-side table sorting</h3>
|
||||
<a href="index.html">Back to documentation</a>
|
||||
</div>
|
||||
@ -35,6 +35,12 @@
|
||||
</p>
|
||||
<ul>
|
||||
<li>In tablesorter version 2.0.5 and older, only the metadata and headers options methods were available to set the parsers.</li>
|
||||
<li>There may be some confusion as to the wording of this example page:
|
||||
<ul>
|
||||
<li>Set the sorter to false to prevent sorting.</li>
|
||||
<li>Prevent parsing a column by setting the parser to false - added v2.17.1 - get more details on <a href="example-options-headers-parser.html">this page</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>In versions 2.0.11+, parsers could be set using class names.</li>
|
||||
<li>Currently (versions 2.3+), parsers can be set using any of the following methods (they all do the same thing), in order of priority:
|
||||
<ul>
|
||||
|
@ -366,8 +366,9 @@
|
||||
<ul>
|
||||
<li><a href="example-option-digits.html">Dealing with digits!</a></li>
|
||||
<li><a href="example-options-headers-digits-strings.html">Dealing with text strings in numerical sorts</a> (<a href="#stringto"><code>stringTo</code></a>; v2.0.10).</li>
|
||||
<li><a href="example-parsers-class-name.html">Disable or set the column parser using class names</a> (v2.0.11).</li>
|
||||
<li><a href="example-parsers-jquery-data.html">Disable or set the column parser using data</a> (v2.3).</li>
|
||||
<li><a href="example-parsers-class-name.html">Disable sorting or set the column parser using class names</a> (v2.0.11).</li>
|
||||
<li><a href="example-parsers-jquery-data.html">Disable sorting or set the column parser using data</a> (v2.3).</li>
|
||||
<li><a href="example-options-headers-parser.html">Diable parsing of column content</a> (<span class="version">v2.17.1</span>).</li>
|
||||
<li><a href="example-extractors-parsers.html">Using extractors with parsers</a> (<span class="version">v2.17.6</span>).</li>
|
||||
<li><a href="example-option-date-format.html">Changing the date format</a> (v2.0.23).</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user