Datatables Editor and MVC
Datatables Editor and MVC
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
Answers
Hi,
Are you able to link me to the page you are using Editor on so I can take a look and see what might going wrong?
Thanks,
Allan
Sure I'll get something set up and reply
Thanks