Hi
I am attempting to use the Datatables editor in a MVC application. I have an existing basic client side table working with Datatables. Then I have added the various JS files needed for the editor ( jquery.dataTables.min, dataTables.tableTools.min.js and dataTables.editor.js) and they are shown in the sources in the Chrome developer tools
I get an error when the first page of my application loads -even before I have loaded a datatable - Uncaught TypeError: undefined is not a function in dataTables.editor.js:48 (I tried using the unminified version of the file)
Any suggestions or pointers to fixing this would be much appreciated
Thanks