I'm trying to implement this example but it giving me error:
error1: jQuery.Deferred exception: $.fn.dataTable.Editor is not a constructor TypeError: $.fn.dataTable.Editor is not a constructor at HTMLDocument.<anonymous>
error2: Uncaught TypeError: $.fn.dataTable.Editor is not a constructor at HTMLDocument.<anonymous>
Here is the code how I'm trying to use the example:
The Editor is a licensed application that requires purchase to use. You can download a 15 day trial to evaluate the package. You are getting the error because of the license requirements. The requirements don't allow for loading the Editor from the web or CDN. You will need to download the evaluation or licensed copy and load it locally on your page.
Replies
I'm trying to implement this example but it giving me error:
error1: jQuery.Deferred exception: $.fn.dataTable.Editor is not a constructor TypeError: $.fn.dataTable.Editor is not a constructor at HTMLDocument.<anonymous>
error2: Uncaught TypeError: $.fn.dataTable.Editor is not a constructor at HTMLDocument.<anonymous>
Here is the code how I'm trying to use the example:
Edited by Kevin: Syntax highlighting. Details on how to highlight code using markdown can be found in this guide
The Editor is a licensed application that requires purchase to use. You can download a 15 day trial to evaluate the package. You are getting the error because of the license requirements. The requirements don't allow for loading the Editor from the web or CDN. You will need to download the evaluation or licensed copy and load it locally on your page.
Kevin