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

Fix - example: Add row API example was always redrawing to the first page

This commit is contained in:
Allan Jardine 2015-09-09 14:02:51 +01:00
parent 561b88551e
commit c42dc04838
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
5389e0df0e506c627bca1937f3d92746c38d1933
dfed94d4f11afd632a1c7737c21ebe45c5f2ba37

View File

@ -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++;
} );