Skip to content

Commit

Permalink
Fix - example: Add row API example was always redrawing to the first …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
Allan Jardine committed Sep 9, 2015
1 parent 5389e0d commit dfed94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/add_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(document).ready(function() {
counter +'.3',
counter +'.4',
counter +'.5'
] ).draw();
] ).draw( false );
counter++;
} );
Expand Down

0 comments on commit dfed94d

Please sign in to comment.