first commit, after modifying client section
This commit is contained in:
2
public/assets/vendors/tabulator/js/jquery_wrapper.min.js
vendored
Normal file
2
public/assets/vendors/tabulator/js/jquery_wrapper.min.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Tabulator v4.9.3 (c) Oliver Folkerd */
|
||||
!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery","tabulator","jquery-ui"],e):"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery"),require("tabulator"),require("jquery-ui")):e(jQuery,Tabulator)}(function(e,t){e.widget("ui.tabulator",{_create:function(){var e=Object.assign({},this.options);delete e.create,delete e.disabled,this.table=new t(this.element[0],e);for(var o in t.prototype)"function"==typeof t.prototype[o]&&"_"!==o.charAt(0)&&(this[o]=this.table[o].bind(this.table))},_setOption:function(e,t){console.error("Tabulator jQuery wrapper does not support setting options after the table has been instantiated")},_destroy:function(e,t){this.table.destroy()}})});
|
||||
Reference in New Issue
Block a user