source: public/vendors/dataTable/SearchPanes-1.0.1/js/searchPanes.bootstrap.min.js@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 1.1 KB
Line 
1(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-searchPanes"],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-bs")(a,b).$);b.fn.dataTable.searchPanes||require("datatables.net-searchPanes")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b){a=c.fn.dataTable;c.extend(!0,a.SearchPane.classes,{buttonGroup:"btn-group",
2disabledButton:"disabled",dull:"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",show:"col",subRow1:"dtsp-subRow1 text-right",subRow2:"dtsp-subRow2 text-right",table:"table table-condensed",topRow:"dtsp-topRow"});c.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll col-1 btn btn-light",container:"dtsp-searchPanes row",
3panes:"dtsp-panesContainer",title:"dtsp-title col-10",titleRow:"row"});return a.searchPanes});
Note: See TracBrowser for help on using the repository browser.