diff --git a/.datatables-commit-sync b/.datatables-commit-sync index a43a0048..acd0df1a 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -4e496cbed35f8ee88b0122e90edfbb92b656d3b1 +06b2b5bb8a3229ea8b83c8185b2e435ef121a4a8 diff --git a/examples/server_side/defer_loading.html b/examples/server_side/defer_loading.html index 92514801..4dbbb9a8 100644 --- a/examples/server_side/defer_loading.html +++ b/examples/server_side/defer_loading.html @@ -42,7 +42,7 @@ $(document).ready(function() { to be displayed correctly).

In the example below, the HTML page already has the first 10 rows of data available it in, so we use deferLoading to tell DataTables that this - data is available and that it should wait for under interaction (ordering, paging etc) before making an Ajax call.

+ data is available and that it should wait for user interaction (ordering, paging etc) before making an Ajax call.