editor.semanticui.js:204 Uncaught TypeError: $(...).modal is not a function

editor.semanticui.js:204 Uncaught TypeError: $(...).modal is not a function

AmarSinghAmarSingh Posts: 2Questions: 2Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
editor.semanticui.js:204 Uncaught TypeError: $(...).modal is not a function
at Object.open (editor.semanticui.js:204:5)
at Editor._nestedOpen (dataTables.editor.min.js:21:129355)
at Editor.open (dataTables.editor.min.js:21:92951)
at Object.maybeOpen (dataTables.editor.min.js:21:111600)
at dataTables.editor.min.js:21:85115
at dataTables.editor.min.js:21:115660
at Editor._event (dataTables.editor.min.js:21:116413)
at dataTables.editor.min.js:21:115620
at Editor._event (dataTables.editor.min.js:21:116413)
at Editor._edit (dataTables.editor.min.js:21:115461)
Description of problem:
Trying to multi edit SharePoint list data using editor.datatables
However, getting the above error when I select a row and click on Edit button.
Any help is greatly appreciated.

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    Sounds like you need to load in the Semantic UI Javascript (or Formantic UI if you are using that), since you are using the Semantic UI integration for Editor.

    Allan

Sign In or Register to comment.