mirror of
https://github.com/DataTables/DataTables.git
synced 2025-04-12 04:02:29 +02:00
Fix docs: dt-init stateSaveCallback
syntax error
This commit is contained in:
parent
a9b35a4927
commit
455121839a
@ -1 +1 @@
|
|||||||
578127f0d04c6a7417d985baa1b399d456a94331
|
64775f289e2a76f1e298bcd9c35fbab1a9333e51
|
||||||
|
@ -29,7 +29,7 @@ $(document).ready(function() {
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="dt-example bootstrap">
|
<body class="dt-example">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section>
|
<section>
|
||||||
<h1>DataTables example <span>Bootstrap</span></h1>
|
<h1>DataTables example <span>Bootstrap</span></h1>
|
||||||
|
16
package.json
16
package.json
@ -33,19 +33,5 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DataTables/DataTables.git"
|
"url": "https://github.com/DataTables/DataTables.git"
|
||||||
},
|
},
|
||||||
"homepage": "http://datatables.net",
|
"homepage": "http://datatables.net"
|
||||||
|
|
||||||
"jspm": {
|
|
||||||
"css": "^0.1.5",
|
|
||||||
"dependencies": {
|
|
||||||
"jquery": "*"
|
|
||||||
},
|
|
||||||
"registry": "jspm",
|
|
||||||
"shim": {
|
|
||||||
"media/js/jquery.dataTables": {
|
|
||||||
"deps": ["jquery", "../css/jquery.dataTables.css!"],
|
|
||||||
"exports": "$"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user