question about editor
question about editor
I know it's not free, and in order to add editor to my web project for testing purpose, do i need to purchase license first?
I downloaded trial, but i can't seem to get it work with my project, that's why i'm wondering if a license is needed first.
I also tried with brand new project, but alway got following error
jquery-3.3.1.js:3818 jQuery.Deferred exception: $.fn.dataTable.Editor is not a constructor TypeError: $.fn.dataTable.Editor is not a constructor
at HTMLDocument.<anonymous> (http://localhost:8080/index2.php:23:14)
at mightThrow (https://code.jquery.com/jquery-3.3.1.js:3534:29)
at process (https://code.jquery.com/jquery-3.3.1.js:3602:12) undefined
jQuery.Deferred.exceptionHook @ jquery-3.3.1.js:3818
process @ jquery-3.3.1.js:3606
setTimeout (async)
(anonymous) @ jquery-3.3.1.js:3640
fire @ jquery-3.3.1.js:3268
fireWith @ jquery-3.3.1.js:3398
fire @ jquery-3.3.1.js:3406
fire @ jquery-3.3.1.js:3268
fireWith @ jquery-3.3.1.js:3398
ready @ jquery-3.3.1.js:3878
completed @ jquery-3.3.1.js:3888
jquery-3.3.1.js:3827 Uncaught TypeError: $.fn.dataTable.Editor is not a constructor
at HTMLDocument.<anonymous> (index2.php:23)
at mightThrow (jquery-3.3.1.js:3534)
at process (jquery-3.3.1.js:3602)
Answers
btw I followed this example
https://editor.datatables.net/examples/inline-editing/simple.html
Maybe your trial period has expired. See if this thread helps.
Kevin
I've just checked and no, your trial hasn't expired, so something else is going wrong. Possibly the Editor JS file isn't being included? If you give me a link to your page I can take a look and see what is going wrong.
Thanks,
Allan