Issues With Editor Button Presses

Issues With Editor Button Presses

YOMYOM Posts: 53Questions: 22Answers: 1

I'm working on porting a project from PHP to Ruby on Rails and am running into some issues with the editor. When pressing the built in "New" or "Edit" buttons in the editor, instead of popping up with the normal bubble window, it displays on the page below the table. Here's a test instance: 174.138.95.56:8080/main

I also get the following error in my debug console when clicking "Edit:"

c(...).appendTo(...).modal is not a function

Thanks,
Philip

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    Answer ✓

    Hi Philip,

    It looks like you are loading a lot of DataTables files. Each and everyone of the styling integration files in fact - that's going to cause weird things to happen.

    I'd suggest you use the download builder to get only the files that you need.

    Allan

This discussion has been closed.