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.
Answers
Can you give me a link to the page so I can debug it please?
Thanks,
Allan
Thanks, you can use below link
http://114.215.119.151/metronic/admin/index.html#/blank
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
Allan
Good point! I will try as you said, such as to integrate editor in datatables.all.js
Gavin