I've just purchased the Editor and am trying to get a prototype working. I'm able to get the table to load using Ajax and JSON objects.
The New/Edit/Delete buttons appear too once the table is loaded.
When I click on New, nothing happens. I was expecting the form to pop up but there is nothing. While inspecting the page in Chrome, I am noticing the error: Uncaught TypeError: Cannot read property 'create' of undefined
Chrome is saying it encountered this error on line 76 of dataTables.editor.min.js
If I select a row in the table and click on Edit or Delete, I get a similar error on line 76 for 'edit' and line 77 for 'delete'.
I've tried to emulate the situation here. The HTML is relatively simple and so is the the JavaScript for the prototype. http://live.datatables.net/domimifo/1/edit