Show More
Commit Description:
announcement
Commit Description:
announcement
References:
File last commit:
Show/Diff file:
Action:
vendor/javascript/datatables/FixedHeader-3.2.4/js/fixedHeader.foundation.min.js
| 5 lines
| 555 B
| application/javascript
| JavascriptLexer
|
r866 | /*! | |||
Foundation styling wrapper for FixedHeader | ||||
©2018 SpryMedia Ltd - datatables.net/license | ||||
*/ | ||||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-zf","datatables.net-fixedheader"],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-zf")(a,b).$);b.fn.dataTable.FixedHeader||require("datatables.net-fixedheader")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); | ||||