Error initializing editor

Error initializing editor

cyarbrough2cyarbrough2 Posts: 1Questions: 1Answers: 0
edited August 2015 in Free community support

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...

Answers

  • allanallan Posts: 63,712Questions: 1Answers: 10,502 Site admin

    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

This discussion has been closed.