I'm having a strange error on editor 1.7.4): when losing the focus on an editable cell, i'm having the following error:
Uncaught TypeError: h is not a function
at Object.eval (eval at <anonymous> (jquery-1.12.4.js:349), <anonymous>:1826:26)
at Function.each (jquery-1.12.4.js:376)
at f._submitTable (eval at <anonymous> (jquery-1.12.4.js:349), <anonymous>:1824:7)
at f._submit (eval at <anonymous> (jquery-1.12.4.js:349), <anonymous>:1807:134)
at o (eval at <anonymous> (jquery-1.12.4.js:349), <anonymous>:1194:39)
at f.submit (eval at <anonymous> (jquery-1.12.4.js:349), <anonymous>:1206:3)
at HTMLTableElement.<anonymous> (datatables.min.js:355)
at HTMLTableElement.fn (jquery-1.12.4.js:4825)
at HTMLTableElement.dispatch (jquery-1.12.4.js:5226)
at HTMLTableElement.elemData.handle (jquery-1.12.4.js:4878)
The error happens on line 1805, when executing the following code:
!1 === this._event("preSubmit", [x, r]) ? this._processing(!1) : (this.s.ajax || this.s.ajaxUrl ? this._ajax : this._submitTable).call(this, x, function(c, d, f) {
i._submitSuccess(c, d, x, t, i.s.action, h, e, a, b, f)
}, function(a, c, e) {
i._submitError(a, c, e, b, x, i.s.action)
}, x)
The problem most certainly is not on datatables/editor, but probably in something in my end.
It could be a file missing, or loaded in an incorrect order, etc ...
Do you have any idea that could help me understanding the problem?
The debugger can be seen here: https://debug.datatables.net/irusep