git_bsmd/AIS/bsmd.AIS2Service/DataTables/SearchPanes-2.0.2/js/searchPanes.bootstrap.min.js
Daniel Schick 8ac323c5c2 ADDED DATATABLES JAVASCRIPT GRID
using DataTables it is now possible to sort by columns, paginate
and search for individual entries.
2025-09-01 10:06:49 +02:00

4 lines
1.0 KiB
JavaScript

(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-searchpanes"],function(a){return b(a)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);c&&c.fn.dataTable||(c=require("datatables.net-bs")(a,c).$);c.fn.dataTable.SearchPanes||require("datatables.net-searchpanes")(a,c);return b(c)}:b(jQuery)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.SearchPane.classes,{buttonGroup:"btn-group",disabledButton:"disabled",narrow:"col narrow",
narrowSub:"row",pane:{container:"table"},paneButton:"btn btn-light",pill:"badge badge-pill badge-light pill",search:"col-sm form-control search",searchCont:"input-group dtsp-searchCont",searchLabelCont:"input-group-btn",subRow1:"dtsp-subRow1 text-right",subRow2:"dtsp-subRow2 text-right",table:"table table-condensed"});b.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll btn btn-light",collapseAll:"dtsp-collapseAll btn btn-light",disabledButton:"disabled",showAll:"dtsp-showAll btn btn-light"});
return a.searchPanes});