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.mjs

2 lines
383 B
JavaScript

/*! © SpryMedia Ltd - datatables.net/license */
import jQuery from"jquery";import DataTable from"datatables.net";let $=jQuery;DataTable.render.multi=function(o){return function(t,e,r,n){for(var a=0;a<o.length;a++)"function"==typeof o[a]?t=o[a](t,e,r,n):"function"==typeof o[a][e]?t=o[a][e](t,e,r,n):"function"==typeof o[a]._&&(t=o[a]._(t,e,r,n));return t}};export default DataTable;