datatables.net-buttons-se
Advanced tools
Comparing version
@@ -74,3 +74,3 @@ /*! Bootstrap integration for DataTables' Buttons | ||
content: { | ||
className: 'menu' | ||
className: 'resizable scrolling menu' | ||
} | ||
@@ -77,0 +77,0 @@ }, |
/*! Bootstrap integration for DataTables' Buttons | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(o){var e,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-buttons"],function(t){return o(t,window,document)}):"object"==typeof exports?(e=require("jquery"),a=function(t,n){n.fn.dataTable||require("datatables.net-se")(t,n),n.fn.dataTable.Buttons||require("datatables.net-buttons")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||e(t),a(t,n),o(n,0,t.document)}:(a(window,e),module.exports=o(e,window,window.document))):o(jQuery,window,document)}(function(n,t,o){"use strict";var e=n.fn.dataTable;return n.extend(!0,e.Buttons.defaults,{dom:{container:{className:"dt-buttons ui buttons"},button:{tag:"button",active:"active",className:"dt-button ui button",spacerClass:"dt-button ui button",dropHtml:'<i class="dropdown icon"></i>',dropClass:""},collection:{container:{tag:"div",className:"ui dropdown active visible dt-button-collection",content:{className:"menu"}},closeButton:!1,button:{tag:"div",className:"dt-button item",active:"dt-button-active",spacer:{className:"divider",tag:"div"}},split:{action:{tag:"div",className:""},dropdown:{tag:"span",className:"dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split"}}},split:{action:{tag:"button",className:"dt-button-split-drop-button ui button"},dropdown:{tag:"button",className:"ui floating button dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split buttons"}}}}),n(o).on("buttons-popover.dt",function(){var t=!1;n(".dtsp-panesContainer").each(function(){n(this).is("button")||(t=!0)}),t&&n(".dtsp-panesContainer").removeClass("vertical buttons")}),e}); | ||
!function(o){var e,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-se","datatables.net-buttons"],function(t){return o(t,window,document)}):"object"==typeof exports?(e=require("jquery"),a=function(t,n){n.fn.dataTable||require("datatables.net-se")(t,n),n.fn.dataTable.Buttons||require("datatables.net-buttons")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||e(t),a(t,n),o(n,0,t.document)}:(a(window,e),module.exports=o(e,window,window.document))):o(jQuery,window,document)}(function(n,t,o){"use strict";var e=n.fn.dataTable;return n.extend(!0,e.Buttons.defaults,{dom:{container:{className:"dt-buttons ui buttons"},button:{tag:"button",active:"active",className:"dt-button ui button",spacerClass:"dt-button ui button",dropHtml:'<i class="dropdown icon"></i>',dropClass:""},collection:{container:{tag:"div",className:"ui dropdown active visible dt-button-collection",content:{className:"resizable scrolling menu"}},closeButton:!1,button:{tag:"div",className:"dt-button item",active:"dt-button-active",spacer:{className:"divider",tag:"div"}},split:{action:{tag:"div",className:""},dropdown:{tag:"span",className:"dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split"}}},split:{action:{tag:"button",className:"dt-button-split-drop-button ui button"},dropdown:{tag:"button",className:"ui floating button dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split buttons"}}}}),n(o).on("buttons-popover.dt",function(){var t=!1;n(".dtsp-panesContainer").each(function(){n(this).is("button")||(t=!0)}),t&&n(".dtsp-panesContainer").removeClass("vertical buttons")}),e}); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/buttons.semanticui.d.ts", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"files": [ | ||
@@ -33,3 +33,3 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-buttons": "3.2.2", | ||
"datatables.net-buttons": "3.2.3", | ||
"datatables.net-se": "^2", | ||
@@ -36,0 +36,0 @@ "jquery": ">=1.7" |
@@ -30,3 +30,3 @@ # Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/) | ||
new DataTable('#myTable', { | ||
// initalisation options | ||
// initialisation options | ||
}); | ||
@@ -33,0 +33,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34990
0.25%+ Added
- Removed
Updated