mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
Fix - example: Add row API example was always redrawing to the first page
This commit is contained in:
parent
561b88551e
commit
c42dc04838
@ -1 +1 @@
|
|||||||
5389e0df0e506c627bca1937f3d92746c38d1933
|
dfed94d4f11afd632a1c7737c21ebe45c5f2ba37
|
||||||
|
@ -30,7 +30,7 @@ $(document).ready(function() {
|
|||||||
counter +'.3',
|
counter +'.3',
|
||||||
counter +'.4',
|
counter +'.4',
|
||||||
counter +'.5'
|
counter +'.5'
|
||||||
] ).draw();
|
] ).draw( false );
|
||||||
|
|
||||||
counter++;
|
counter++;
|
||||||
} );
|
} );
|
||||||
@ -108,7 +108,7 @@ $(document).ready(function() {
|
|||||||
counter +'.3',
|
counter +'.3',
|
||||||
counter +'.4',
|
counter +'.4',
|
||||||
counter +'.5'
|
counter +'.5'
|
||||||
] ).draw();
|
] ).draw( false );
|
||||||
|
|
||||||
counter++;
|
counter++;
|
||||||
} );
|
} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user