diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 278f7151..66fd8176 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -5389e0df0e506c627bca1937f3d92746c38d1933 +dfed94d4f11afd632a1c7737c21ebe45c5f2ba37 diff --git a/examples/api/add_row.html b/examples/api/add_row.html index 33cefd20..e77f6184 100644 --- a/examples/api/add_row.html +++ b/examples/api/add_row.html @@ -30,7 +30,7 @@ $(document).ready(function() { counter +'.3', counter +'.4', counter +'.5' - ] ).draw(); + ] ).draw( false ); counter++; } ); @@ -108,7 +108,7 @@ $(document).ready(function() { counter +'.3', counter +'.4', counter +'.5' - ] ).draw(); + ] ).draw( false ); counter++; } );