Skip to content

Commit

Permalink
002b66e9e24af5c176af543ac8757d2f957ba7f0 New: `-init buttons.buttons.…
Browse files Browse the repository at this point in the history
…dropIcon` - ability to show a dropdown icon per button to indicate to the end user that further interaction will be required when the button is activated.

ae9dc00000609463d471e1273d3878ec0fadb903 3.2.0-dev version

Sync to source repo @ae9dc00000609463d471e1273d3878ec0fadb903
  • Loading branch information
dtbuild committed Oct 11, 2024
1 parent 26b37b0 commit a3d4fb8
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": "3.1.2",
"last-sync": "7099db386b1f372bd2fc6db24739dcf34ec9f802"
"last-sync": "ae9dc00000609463d471e1273d3878ec0fadb903"
}
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 3.1.2
/*! Buttons for DataTables 3.2.0-dev
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2135,7 +2135,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.1.2';
Buttons.version = '3.2.0-dev';

$.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 3.1.2
/*! Buttons for DataTables 3.2.0-dev
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2095,7 +2095,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.1.2';
Buttons.version = '3.2.0-dev';

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

0 comments on commit a3d4fb8

Please sign in to comment.