nur-sery/nur_public/nur-v-bs3/datatables-1.11.15/Select-1.3.4/js/select.dataTables.min.js

6 lines
535 B
JavaScript
Raw Normal View History

2023-12-03 22:10:18 +04:00
/*!
DataTables styling wrapper for Select
©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-select"],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-dt")(a,b).$);b.fn.dataTable.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});