Cannot read property 'Editor' of undefined at HTMLDocument. (TableView:57) at j (

Cannot read property 'Editor' of undefined at HTMLDocument. (TableView:57) at j (

abdulbasitranaabdulbasitrana Posts: 2Questions: 1Answers: 0

I am trying to edit in inline mode. Like in the demo
https://editor.datatables.net/examples/inline-editing/simple
I want to do this but i am seeing an error. I think the editor.js is not loaded and thats what i needed help for




This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    Are you loading jQuery multiple times on the page? If so, that might be the issue.

    If its not that, then can you give me a link to the page so I can take a look into it please?

    Thanks,
    Allan

  • abdulbasitranaabdulbasitrana Posts: 2Questions: 1Answers: 0

    yes i have solved it .. I was linking jquery multiple times.
    when i set it in my bundle it did it one time ..Thanx allan

This discussion has been closed.