Uncaught Editor requires DataTables 1.10.7 or newer

Uncaught Editor requires DataTables 1.10.7 or newer

bobobobobobo Posts: 24Questions: 9Answers: 1

But the version of datatables is 1.10.12.

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Can you give me a link to the page so I can debug it please?

    Thanks,
    Allan

  • bobobobobobo Posts: 24Questions: 9Answers: 1
  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    It looks like the datatables.all.js file is being loaded after the Editor file, which is what is causing the issue (DataTables is undefined when Editor loads).

    Is it possible to force the DataTables file to load first? I see that they are just in an array, so I'm not sure what is defining the order - perhaps it is simply the fact that it is taking loader to download the larger file.

    Allan

  • bobobobobobo Posts: 24Questions: 9Answers: 1

    Allan

    Good point! I will try as you said, such as to integrate editor in datatables.all.js

    Gavin

This discussion has been closed.