You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
672 B
JavaScript
2 lines
672 B
JavaScript
/*! © SpryMedia Ltd - datatables.net/license */
|
|
!function(r){"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return r(e,window,document)}):"object"==typeof exports?module.exports=function(e,n){return e=e||window,(n=n||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net")(e,n),r(n,0,e.document)}:r(jQuery,window,document)}(function(e,n,r,t){"use strict";var i=e.fn.dataTable;return i.Api.register("columns().order()",function(u){return this.iterator("columns",function(e,n){for(var r=[],t=0,o=n.length;t<o;t++)r.push([n[t],Array.isArray(u)?u[t]:u]);new i.Api(e).order(r)})}),i}); |