diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 09:02:16 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 09:02:16 +0100 |
commit | 7993028f58b9aa736fda342284c9ee2c913d3658 (patch) | |
tree | 6873fde2861f39e721302f0aeb54f08e59ec8394 /ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js | |
parent | 2fe19119ae271e0a6dc94fdf37c646d7bfb8e767 (diff) |
datatables buttons now work
Diffstat (limited to 'ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js')
-rw-r--r-- | ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js b/ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js new file mode 100644 index 0000000..4ae3ec5 --- /dev/null +++ b/ctrack/static/DataTables/Buttons-1.6.5/js/buttons.bootstrap.min.js @@ -0,0 +1,6 @@ +/*! + Bootstrap integration for DataTables' Buttons + ©2016 SpryMedia Ltd - datatables.net/license +*/ +(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-buttons"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-bs")(a,b).$);b.fn.dataTable.Buttons||require("datatables.net-buttons")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,e){a=c.fn.dataTable;c.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons btn-group"}, +button:{className:"btn btn-default"},collection:{tag:"ul",className:"dropdown-menu",button:{tag:"li",className:"dt-button",active:"active",disabled:"disabled"},buttonLiner:{tag:"a",className:""}}}});a.ext.buttons.collection.text=function(d){return d.i18n("buttons.collection",'Collection <span class="caret"/>')};return a.Buttons}); |