Datatables Editor and MVC

Datatables Editor and MVC

BenR007BenR007 Posts: 2Questions: 1Answers: 0

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

  • allanallan Posts: 61,726Questions: 1Answers: 10,110 Site admin

    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

  • BenR007BenR007 Posts: 2Questions: 1Answers: 0

    Sure I'll get something set up and reply

    Thanks

This discussion has been closed.