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

VidyaManjuanthaVidyaManjuantha 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

  • allanallan Posts: 63,262Questions: 1Answers: 10,424 Site admin
    Answer ✓

    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 be return 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

  • VidyaManjuanthaVidyaManjuantha Posts: 12Questions: 5Answers: 0

    Thanks Allan,

    This solved my issue

Sign In or Register to comment.