UNPKG

datatables.net-searchpanes-bs

Version:

SearchPanes for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)

4 lines 1.33 kB
/*! Bootstrap integration for DataTables' SearchPanes * © SpryMedia Ltd - datatables.net/license */ (n=>{var a,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-searchpanes"],function(e){return n(e,window,document)}):"object"==typeof exports?(a=require("jquery"),o=function(e,t){t.fn.dataTable||require("datatables.net-bs")(e,t),t.fn.dataTable.SearchPanes||require("datatables.net-searchpanes")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||a(e),o(e,t),n(t,0,e.document)}:(o(window,a),module.exports=n(a,window,window.document))):n(jQuery,window,document)})(function(e,t,n){var a=e.fn.dataTable;return e.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"}),e.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll btn btn-light",collapseAll:"dtsp-collapseAll btn btn-light",disabledButton:"disabled",search:a.SearchPane.classes.search,showAll:"dtsp-showAll btn btn-light"}),a});