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.
Plugins/dataRender/multi.min.js

2 lines
616 B
JavaScript

/*! © SpryMedia Ltd - datatables.net/license */
!function(e){"function"==typeof define&&define.amd?define(["datatables.net"],function(n){return e(n,window,document)}):"object"==typeof exports?module.exports=function(n,t){return n=n||window,t.fn.dataTable||require("datatables.net")(n,t),e(t,0,n.document)}:e(jQuery,window,document)}(function(n,t,e,o){"use strict";n=n.fn.dataTable;return n.render.multi=function(f){return function(n,t,e,o){for(var u=0;u<f.length;u++)"function"==typeof f[u]?n=f[u](n,t,e,o):"function"==typeof f[u][t]?n=f[u][t](n,t,e,o):"function"==typeof f[u]._&&(n=f[u]._(n,t,e,o));return n}},n});