1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

DEV more tweaking and twirling

This commit is contained in:
Allan Jardine 2018-06-14 11:29:12 +01:00
parent ed07c7f945
commit 35d84a8785
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
c20b5be86c988fe4541eb96ebb0925107279f830
ee44561b3bca8f59db3c98b4045bfb5f258b258d

View File

@ -42,7 +42,7 @@ $(document).ready(function() {
to be displayed correctly).</p>
<p>In the example below, the HTML page already has the first 10 rows of data available it in, so we use <a href=
"//datatables.net/reference/option/deferLoading"><code class="option" title="DataTables initialisation option">deferLoading</code></a> to tell DataTables that this
data is available and that it should wait for under interaction (ordering, paging etc) before making an Ajax call.</p>
data is available and that it should wait for user interaction (ordering, paging etc) before making an Ajax call.</p>
</div>
<div class="demo-html"></div>
<table id="example" class="display" cellspacing="0" width="100%">