Skip to content

Commit

Permalink
db6e4f2098228c67ec88c7b52306f9748cd1cecf Fix: Bootstrap 3/4 didn't pr…
Browse files Browse the repository at this point in the history
…ovide multi-column layout

2a62623ad020b425cf043265fdcc053fca921e44 Buttons 2.4.2

Sync to source repo @2a62623ad020b425cf043265fdcc053fca921e44
  • Loading branch information
AllanJard committed Aug 30, 2023
1 parent 4fee03d commit 386bb92
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.4.1",
"last-sync": "7fb312250b55153d85bc23518e261b2cd43fc65d"
"last-sync": "2a62623ad020b425cf043265fdcc053fca921e44"
}
4 changes: 2 additions & 2 deletions js/dataTables.buttons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Buttons for DataTables 2.4.1
/*! Buttons for DataTables 2.4.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -1904,7 +1904,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '2.4.1';
Buttons.version = '2.4.2';

$.extend(_dtButtons, {
collection: {
Expand Down
4 changes: 2 additions & 2 deletions js/dataTables.buttons.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.buttons.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.buttons.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Buttons for DataTables 2.4.1
/*! Buttons for DataTables 2.4.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -1864,7 +1864,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '2.4.1';
Buttons.version = '2.4.2';

$.extend(_dtButtons, {
collection: {
Expand Down

0 comments on commit 386bb92

Please sign in to comment.