Skip to content

Commit 23c08d7

Browse files
committed
c25ea69f9241501b36193afffb91196928aab18f
Sync to source repo @c25ea69f9241501b36193afffb91196928aab18f
1 parent 5fb3dea commit 23c08d7

File tree

4 files changed

+618
-6
lines changed

4 files changed

+618
-6
lines changed

datatables.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"types/types.d.ts"
1515
],
1616
"src-repo": "http://github.com/DataTables/Buttons",
17-
"last-tag": "2.2.3"
18-
}
17+
"last-tag": "2.2.3",
18+
"last-sync": "c25ea69f9241501b36193afffb91196928aab18f"
19+
}

js/buttons.jqueryui.min.js

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

js/buttons.jqueryui.min.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
/*! jQuery UI integration for DataTables' Buttons
2+
* ©2016 SpryMedia Ltd - datatables.net/license
3+
*/
14
import $ from"jquery";import DataTable from"datatables.net-ju";import DataTable from"datatables.net-buttons";$.extend(!0,DataTable.Buttons.defaults,{dom:{container:{className:"dt-buttons ui-buttonset"},button:{className:"dt-button ui-button ui-state-default ui-button-text-only",disabled:"ui-state-disabled",active:"ui-state-active"},buttonLiner:{tag:"span",className:"ui-button-text"},splitWrapper:{tag:"div",className:"dt-btn-split-wrapper dt-btn-split-wrapper ui-widget ui-controlgroup-item ui-corner-left"},splitDropdown:{tag:"button",text:"&#x25BC;",className:"dt-btn-split-drop ui-selectmenu-button demo-splitbutton-select ui-button ui-widget ui-controlgroup-item ui-selectmenu-button-closed ui-corner-right"},splitDropdownButton:{tag:"button",className:"dt-btn-split-drop-button ui-button"}}}),DataTable.ext.buttons.collection.text=function(t){return t.i18n("buttons.collection",'Collection <span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-s"/>')};export default DataTable;

0 commit comments

Comments
 (0)