Show More
Commit Description:
allow ta to set model submission
Commit Description:
allow ta to set model submission
References:
File last commit:
Show/Diff file:
Action:
node_modules/datatables.net-buttons-dt/js/buttons.dataTables.min.js
| 5 lines
| 535 B
| application/javascript
| JavascriptLexer
|
r789 | /*! | |||
DataTables styling wrapper for Buttons | ||||
©2018 SpryMedia Ltd - datatables.net/license | ||||
*/ | ||||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-buttons"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-dt")(a,b).$;b.fn.dataTable.Buttons||require("datatables.net-buttons")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); | ||||