After updating datatable editor version from 1.7.3 to 2.2.0 getting Uncaught ReferenceError: Editor
After updating datatable editor version from 1.7.3 to 2.2.0 getting Uncaught ReferenceError: Editor
VidyaManjuantha
Posts: 12Questions: 5Answers: 0
After loading Datatable getting 'Uncaught ReferenceError: Editor is not defined' error message in console but table is getting loaded.
This question has an accepted answers - jump to answer
Answers
Sorry yes - it will be in one of the styling files (whichever one you are loading). At the end of the file it will do
return Editor;
. It should bereturn DataTable.Editor;
.I'm working on a patch release to address this, but there is a problem with the packager that needs to be addressed...
Allan
Thanks Allan,
This solved my issue