Skip to content

Commit

Permalink
43cfde4f36a20955a840ca5301328839c2337bff
Browse files Browse the repository at this point in the history
Sync to source repo @3cfde4f36a20955a840ca5301328839c2337bff
  • Loading branch information
AllanJard committed Nov 16, 2022
1 parent 7f929d9 commit 04b9cb4
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/FixedHeader",
"last-tag": "3.3.1",
"last-sync": "43cfde4f36a20955a840ca5301328839c2337bff"
"last-sync": "3cfde4f36a20955a840ca5301328839c2337bff"
}
3 changes: 1 addition & 2 deletions js/fixedHeader.bootstrap5.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
require('datatables.net-bs5')(root, $);
}

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


return factory( $, root, root.document );
};
}
Expand Down
2 changes: 1 addition & 1 deletion js/fixedHeader.bootstrap5.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/fixedHeader.bootstrap5.min.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Bootstrap 5 styling wrapper for FixedHeader
* © SpryMedia Ltd - datatables.net/license
*/
import $ from"jquery";import DataTable from"datatables.net-bs5";import"datatables.net-fixedheader";export default DataTable;
import $ from"jquery";import DataTable from"datatables.net-bs5";import FixedHeader from"datatables.net-fixedheader";export default DataTable;
2 changes: 1 addition & 1 deletion js/fixedHeader.bootstrap5.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-bs5';
import 'datatables.net-fixedheader';
import FixedHeader from 'datatables.net-fixedheader';



Expand Down

0 comments on commit 04b9cb4

Please sign in to comment.