DataTables Editor - error thrown because _fnExtend is undefined
DataTables Editor - error thrown because _fnExtend is undefined
cscscottdelson
Posts: 1Questions: 1Answers: 0
I'm getting an error after replacing my trial version of DataTables Editor with a licensed version. It's thrown from line 6856 of the un-minified datatables.editor.js.
var extender = $.fn.dataTableExt.oApi._fnExtend;
var toSave = extender( {}, row.data(), true );
It's complaining that extender is undefined. Am I missing an include file? It looks like dataTableExt.oApi._fnExtend isn't defined anywhere.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You need to update your DataTables install. There was a bug fix that required changes in both DataTables and Editor.
Allan