Skip to content

Commit

Permalink
e0e9e1c92f428bfca6be9b6e0a9f73912267aff5 Dev: Forgot to save this fil…
Browse files Browse the repository at this point in the history
…e to remove the header/footer classes addition here. It is now done int he header build process

Sync to source repo @e0e9e1c92f428bfca6be9b6e0a9f73912267aff5
  • Loading branch information
dtbuild committed Nov 18, 2024
1 parent eac71f6 commit 5547dfa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.1.8",
"last-sync": "af56fe2f5c503326649979415761e9ad394fab5f"
"last-sync": "e0e9e1c92f428bfca6be9b6e0a9f73912267aff5"
}
2 changes: 0 additions & 2 deletions js/dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@
thead = $('<thead/>').appendTo($this);
}
oSettings.nTHead = thead[0];
$('tr', thead).addClass(oClasses.thead.row);

var tbody = $this.children('tbody');
if ( tbody.length === 0 ) {
Expand All @@ -444,7 +443,6 @@
tfoot = $('<tfoot/>').appendTo($this);
}
oSettings.nTFoot = tfoot[0];
$('tr', tfoot).addClass(oClasses.tfoot.row);

// Copy the data index array
oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
Expand Down
2 changes: 1 addition & 1 deletion js/dataTables.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dataTables.min.mjs

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions js/dataTables.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ var DataTable = function ( selector, options )
thead = $('<thead/>').appendTo($this);
}
oSettings.nTHead = thead[0];
$('tr', thead).addClass(oClasses.thead.row);

var tbody = $this.children('tbody');
if ( tbody.length === 0 ) {
Expand All @@ -391,7 +390,6 @@ var DataTable = function ( selector, options )
tfoot = $('<tfoot/>').appendTo($this);
}
oSettings.nTFoot = tfoot[0];
$('tr', tfoot).addClass(oClasses.tfoot.row);

// Copy the data index array
oSettings.aiDisplay = oSettings.aiDisplayMaster.slice();
Expand Down

0 comments on commit 5547dfa

Please sign in to comment.