datatables.net-buttons-bs4
Advanced tools
Comparing version 1.5.6 to 1.6.0
@@ -41,3 +41,3 @@ /*! Bootstrap integration for DataTables' Buttons | ||
container: { | ||
className: 'dt-buttons btn-group' | ||
className: 'dt-buttons btn-group flex-wrap' | ||
}, | ||
@@ -44,0 +44,0 @@ button: { |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-buttons"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net-bs4")(a,c).$;c.fn.dataTable.Buttons||require("datatables.net-buttons")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons btn-group"}, | ||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-buttons"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net-bs4")(a,c).$;c.fn.dataTable.Buttons||require("datatables.net-buttons")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons btn-group flex-wrap"}, | ||
button:{className:"btn btn-secondary"},collection:{tag:"div",className:"dt-button-collection dropdown-menu",button:{tag:"a",className:"dt-button dropdown-item",active:"active",disabled:"disabled"}}},buttonCreated:function(a,d){return a.buttons?b('<div class="btn-group"/>').append(d):d}});a.ext.buttons.collection.className+=" dropdown-toggle";a.ext.buttons.collection.rightAlignClassName="dropdown-menu-right";return a.Buttons}); |
{ | ||
"name": "datatables.net-buttons-bs4", | ||
"version": "1.5.6", | ||
"version": "1.6.0", | ||
"description": "Buttons for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)", | ||
@@ -32,5 +32,5 @@ "files": [ | ||
"datatables.net-bs4": "^1.10.15", | ||
"datatables.net-buttons": "1.5.6" | ||
"datatables.net-buttons": "1.6.0" | ||
}, | ||
"style": "css/buttons.bootstrap4.css" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16064
332
+ Addeddatatables.net-buttons@1.6.0(transitive)
- Removeddatatables.net-buttons@1.5.6(transitive)
Updateddatatables.net-buttons@1.6.0