mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-12-15 12:31:36 -06:00
Latest working copy. GUI cleanup. Need to do inputs, outputs, in cube, type codes and etc. need rendering
This commit is contained in:
6
res/SearchPanes-2.0.0/js/searchPanes.bulma.min.js
vendored
Normal file
6
res/SearchPanes-2.0.0/js/searchPanes.bulma.min.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
Bulma integration for DataTables' SearchPanes
|
||||
©2016 SpryMedia Ltd - datatables.net/license
|
||||
*/
|
||||
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bulma","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-bulma")(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,{disabledButton:"is-disabled",paneButton:"button dtsp-paneButton is-white",
|
||||
search:"input search"});b.extend(!0,a.SearchPanes.classes,{clearAll:"dtsp-clearAll button",collapseAll:"dtsp-collapseAll button",disabledButton:"is-disabled",showAll:"dtsp-showAll button"});return a.searchPanes});
|
||||
Reference in New Issue
Block a user