1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Merge branch 'master' of github.com:DataTables/DataTablesSrc

This commit is contained in:
Allan Jardine 2018-06-14 11:29:59 +01:00
parent c9759a828a
commit ced6c2f058
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4e496cbed35f8ee88b0122e90edfbb92b656d3b1
06b2b5bb8a3229ea8b83c8185b2e435ef121a4a8

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%">