TypeError after update to 1.8.0
TypeError after update to 1.8.0
Hi guys,
I've upgraded my application with editor 1.8.0 this weekend, but since that moment I get the following error after editing my records:
[Error] TypeError: a is not a function. (In 'a({},n.data(),!0)', 'a' is undefined)
edit (dataTables.editor.min.js:109:159)
_dataSource (dataTables.editor.min.js:80:320)
_submitSuccess (dataTables.editor.min.js:98:346)
(anonieme functie) (dataTables.editor.min.js:94:471)
(anonieme functie) (dataTables.editor.min.js:76)
i (datatables.min.js:14:27455)
fireWith (datatables.min.js:14:28215)
y (datatables.min.js:16:22968)
c (datatables.min.js:16:26991)
Does anyone have a clue what's wrong?
Kind regards,
nessinits
This question has an accepted answers - jump to answer
Answers
Hi @nessinits ,
It would be worth trying 1.8.1, that was released last week. Which version of DataTables are you using?
Cheers,
Colin
Colin,
Thanks for your reply. I've solved the issue. It was a corrupt .js file after I downloaded it from my server to my local environment.
Kind regards,
nessinits