mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-07 05:54:15 +01:00
Merge branch 'master' of github.com:DataTables/DataTablesSrc
This commit is contained in:
parent
455121839a
commit
6217b1aaae
@ -1 +1 @@
|
|||||||
64775f289e2a76f1e298bcd9c35fbab1a9333e51
|
c5463ee0439594f43315ab43092cb14ca8cf2c21
|
||||||
|
@ -29,7 +29,7 @@ $(document).ready(function() {
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="dt-example">
|
<body class="dt-example bootstrap">
|
||||||
<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,5 +33,19 @@
|
|||||||
"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