datatable script error- for website
datatable script error- for website
avipsha
Posts: 1Questions: 1Answers: 0
My old webapplications are now showing the below error everytime each page loading-
This script will operate only on DataTables.net. Please see https://datatables.net/tn/24 for more details
Not sure why it is happening. Where to change the code. my application only uses the datatable and i loaded the script onto the page.
Answers
The error indicates you are trying to load
dataTables.editor.js
from the datatables.net site. Instead you need to download the editor and load it from a local resource. See the installation docs. If you still need help then please post a link to a test case replicating the issue so we can help debug.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin