pull/63/merge
Yoan Blanc 11 years ago
commit f54c3af579

@ -0,0 +1,11 @@
{
"name": "datatables.plugins",
"version": "0.1",
"main": [
"integration/bootstrap/3/dataTables.bootstrap.css",
"integration/bootstrap/3/dataTables.bootstrap.js"
],
"dependencies": {
"datatables": ">=1.10"
}
}

@ -1,3 +1,12 @@
(function(o_o) {
if (typeof define === 'function' && define.amd) {
require(['jquery', 'datatables'], function($) { o_o($) })
} else {
o_o(window.jQuery)
}
}(function($) {
/* Set the defaults for DataTables initialisation */
$.extend( true, $.fn.dataTable.defaults, {
"sDom":
@ -249,3 +258,4 @@ if ( $.fn.DataTable.TableTools ) {
} );
}
}));

Loading…
Cancel
Save