Docs: made a correction to the parser-false docs

This commit is contained in:
Mottie 2014-05-28 07:43:58 -05:00
parent 26db918be7
commit baf880a6fc

View File

@ -61,7 +61,7 @@
<li><em>Disabling of filtering</em> of the same column may be necessary, especially if the data requires parsing when comparisons of data is required (e.g. looking for dates <code>&lt;</code>, <code>&lt;=</code>, <code>&gt;</code> or <code>&gt;=</code> a certain time).</li>
<li>Use this setting by following any of these methods (they all do the same thing), in order of priority:
<ul>
<li>jQuery data <code>data-parser="false"</code> (equivalent to <code>data-parser="false"</code>).</li>
<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>header class name <code>class="parser-false"</code>.</li>