t += '"' + cache[i].slice(0,3).join('", "') + '"\n';
}
$('#cache pre').html(t);
});
});
</script>
<scriptid="js">$(function(){
$("table").tablesorter({
theme : 'blue',
// pass the headers argument and passing a object
headers: {
// set initial sort order by column, this headers option setting overrides the sortInitialOrder option
1: { sorter: false, parser: false }
}
});
});</script>
</head>
<body>
<divid="banner">
<h1>table<em>sorter</em></h1>
<h2>Skip parsing of content</h2>
<h3>Flexible client-side table sorting</h3>
<ahref="index.html">Back to documentation</a>
</div>
<divid="main">
<pclass="tip">
<em>NOTE!</em>
<ul>
<li>In <spanclass="version">v2.17.1</span>, this parser setting was added to reduce the time needed to process the table content during initialization and updating.</li>
<li><em>Disabling of the sorting</em> of the same column should be observed as sorting will not work without the parsed data.</li>
<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><</code>, <code><=</code>, <code>></code> or <code>>=</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: