Skip to content

Commit

Permalink
b03ec4b81a6e3d607437a6c23649032b63740d17
Browse files Browse the repository at this point in the history
Sync to source repo @03ec4b81a6e3d607437a6c23649032b63740d17
  • Loading branch information
AllanJard committed Nov 16, 2022
1 parent 097a45a commit ce6db84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
],
"src-repo": "http://github.com/DataTables/ColReorder",
"last-tag": "1.6.1",
"last-sync": "b03ec4b81a6e3d607437a6c23649032b63740d17"
"last-sync": "03ec4b81a6e3d607437a6c23649032b63740d17"
}
3 changes: 1 addition & 2 deletions js/colReorder.bootstrap4.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
require('datatables.net-bs4')(root, $);
}

if ( ! $.fn.dataTable ) {
if ( ! $.fn.dataTable.ColReorder ) {
require('datatables.net-colreorder')(root, $);
}


return factory( $, root, root.document );
};
}
Expand Down
2 changes: 1 addition & 1 deletion js/colReorder.bootstrap4.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/colReorder.bootstrap4.min.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Bootstrap 4 styling wrapper for ColReorder
* © SpryMedia Ltd - datatables.net/license
*/
import $ from"jquery";import DataTable from"datatables.net-bs4";import"datatables.net-colreorder";export default DataTable;
import $ from"jquery";import DataTable from"datatables.net-bs4";import ColReorder from"datatables.net-colreorder";export default DataTable;
2 changes: 1 addition & 1 deletion js/colReorder.bootstrap4.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import $ from 'jquery';
import DataTable from 'datatables.net-bs4';
import 'datatables.net-colreorder';
import ColReorder from 'datatables.net-colreorder';



Expand Down

0 comments on commit ce6db84

Please sign in to comment.