DataTables Editor - error thrown because _fnExtend is undefined
DataTables Editor - error thrown because _fnExtend is undefined
![cscscottdelson](https://secure.gravatar.com/avatar/50db10afe9c204cac4c16d3a60598f17/?default=https%3A%2F%2Fvanillicon.com%2F50db10afe9c204cac4c16d3a60598f17_200.png&rating=g&size=120)
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