mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Added demo for delayInit option
This commit is contained in:
parent
6598368e9c
commit
3785c87cba
@ -109,7 +109,7 @@
|
||||
|
||||
<div class="next-up">
|
||||
<hr />
|
||||
Next up: <a href="example-meta-sort-list.html">Set a initial sorting order using metadata ››</a>
|
||||
Next up: <a href="example-option-delay-init.html">Demonstration of delayInit option ››</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
72672
docs/example-option-delay-init.html
Normal file
72672
docs/example-option-delay-init.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -448,6 +448,7 @@
|
||||
<li><a href="example-triggers.html">Triggers sortEnd and sortStart (Displaying sorting progress)</a></li>
|
||||
<li><a href="example-extending-defaults.html">Extending default options</a></li>
|
||||
<li><a href="example-option-debug.html">Enabling debug mode</a></li>
|
||||
<li><a href="example-option-delay-init.html">Demonstration of delayInit option</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>Playgrounds & Other demos</h4>
|
||||
@ -750,7 +751,7 @@
|
||||
<td>
|
||||
Setting this option to true will delay parsing of all table cell data until the user initializes a sort. This speeds up the initialization process of very large tables, but the data still needs to be parsed, so the delay is still present upon initial sort.
|
||||
</td>
|
||||
<td><a href="example-option-debug.html">Example</a></td>
|
||||
<td><a href="example-option-delay-init.html">Example</a></td>
|
||||
</tr>
|
||||
|
||||
<tr id="emptyto">
|
||||
|
@ -21,7 +21,7 @@ $(function(){
|
||||
if ($("#css").length) {
|
||||
$("pre.lang-css").addClass('mod').html( cleanupCode( $("#css").html() ) );
|
||||
}
|
||||
if ($("#demo").length) {
|
||||
if ($("#demo").length && $("#html pre").length) {
|
||||
$("#html pre").addClass('mod').html( cleanupCode( $("#demo").html() ) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user