datatables.net-searchbuilder-bs5
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs5","datatables.net-searchbuilder"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);if(!c||!c.fn.dataTable)c=require("datatables.net-bs5")(a,c).$;c.fn.dataTable.searchBuilder||require("datatables.net-searchbuilder")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b){var a=b.fn.dataTable;b.extend(!0,a.SearchBuilder.classes,{clearAll:"btn btn-light dtsb-clearAll"}); | ||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs5","datatables.net-searchbuilder"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);c&&c.fn.dataTable||(c=require("datatables.net-bs5")(a,c).$);c.fn.dataTable.searchBuilder||require("datatables.net-searchbuilder")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b,a,c){a=b.fn.dataTable;b.extend(!0,a.SearchBuilder.classes,{clearAll:"btn btn-light dtsb-clearAll"}); | ||
b.extend(!0,a.Group.classes,{add:"btn btn-light dtsb-add",clearGroup:"btn btn-light dtsb-clearGroup",logic:"btn btn-light dtsb-logic"});b.extend(!0,a.Criteria.classes,{condition:"form-select dtsb-condition",data:"dtsb-data form-select","delete":"btn btn-light dtsb-delete",input:"form-control dtsb-input",left:"btn btn-light dtsb-left",right:"btn btn-light dtsb-right",select:"form-select",value:"dtsb-value"});return a.searchPanes}); |
@@ -7,3 +7,3 @@ { | ||
"types": "./types/searchBuilder.bootstrap5.d.ts", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"files": [ | ||
@@ -26,2 +26,4 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-searchbuilder": ">=1.1.0", | ||
"datatables.net-bs5": ">=1.10.25", | ||
"jquery": ">=1.7" | ||
@@ -28,0 +30,0 @@ }, |
# SearchBuilder for DataTables with styling for [Bootstrap5](https://getbootstrap.com/) | ||
This package contains a built distribution of the [SearchBuilder extension](https://datatables.net/extensions/SearchBuilder) for [DataTables](https://datatables.net/) with styling for [Bootstrap5](https://getbootstrap.com/). | ||
This package contains a built distribution of the [SearchBuilder extension](https://datatables.net/extensions/searchbuilder) for [DataTables](https://datatables.net/) with styling for [Bootstrap5](https://getbootstrap.com/). | ||
@@ -5,0 +5,0 @@ SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16410
2.26%225
2.74%3
200%+ Added
+ Added
+ Added
+ Added