Skip to content

Commit a3d4fb8

Browse files
author
dtbuild
committed
002b66e9e24af5c176af543ac8757d2f957ba7f0 New: -init buttons.buttons.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
1 parent 26b37b0 commit a3d4fb8

5 files changed

+9
-9
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
],
2626
"src-repo": "http://github.com/DataTables/Buttons",
2727
"last-tag": "3.1.2",
28-
"last-sync": "7099db386b1f372bd2fc6db24739dcf34ec9f802"
28+
"last-sync": "ae9dc00000609463d471e1273d3878ec0fadb903"
2929
}

js/dataTables.buttons.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.1.2
1+
/*! Buttons for DataTables 3.2.0-dev
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -2135,7 +2135,7 @@ Buttons.defaults = {
21352135
* @type {string}
21362136
* @static
21372137
*/
2138-
Buttons.version = '3.1.2';
2138+
Buttons.version = '3.2.0-dev';
21392139

21402140
$.extend(_dtButtons, {
21412141
collection: {

js/dataTables.buttons.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.buttons.min.mjs

+2-2
Large diffs are not rendered by default.

js/dataTables.buttons.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.1.2
1+
/*! Buttons for DataTables 3.2.0-dev
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -2095,7 +2095,7 @@ Buttons.defaults = {
20952095
* @type {string}
20962096
* @static
20972097
*/
2098-
Buttons.version = '3.1.2';
2098+
Buttons.version = '3.2.0-dev';
20992099

21002100
$.extend(_dtButtons, {
21012101
collection: {

0 commit comments

Comments
 (0)