first commit
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||
|
||||
<title>ColReorder example - Reset ordering API</title>
|
||||
@ -29,10 +29,10 @@ $(document).ready(function() {
|
||||
order: [ 4, 3, 2, 1, 0 ]
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
$('#reset').click( function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
table.colReorder.reset();
|
||||
} );
|
||||
} );
|
||||
@ -556,10 +556,10 @@ $(document).ready(function() {
|
||||
order: [ 4, 3, 2, 1, 0 ]
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
$('#reset').click( function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
table.colReorder.reset();
|
||||
} );
|
||||
} );</code>
|
||||
@ -646,4 +646,4 @@ $(document).ready(function() {
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user