Error initializing editor
Error initializing editor
cyarbrough2
Posts: 1Questions: 1Answers: 0
I've been using curent dataTables.js for a while. Today I've added dataTables.editor.js and this line
editor = new $.fn.dataTable.Editor({
results in
Uncaught TypeError: $.fn.dataTable.Editor is not a function
Why won't it initialize? The .js is loaded in browser and serves up fine at url, etc. $.fn.dataTable
gives me an object, it just doesn't have an Editor in it...
This discussion has been closed.
Answers
Is it possible you are loading DataTables or jQuery twice? Are you able to link to your page so I can take a look and see what is happening?
Allan