Skindeep2366
Skindeep2366

Reputation: 1559

JavaScript Uncaught Type Error with dataTables.editable.js

I am trying to use jquery.dataTables.editable in an application I am working on and have spent the last 5 hours reading SO posts with similar issues but none of them seem to address why I am seeing the below error. The screenshot shows the scripts that are loaded as well as the error from Chrome DevTools.

enter image description here

Any Ideas of what I am overlooking here???

After getting a suggestion I did try it as my below screenshot shows but again with the same error about dataTables.

Funny this is as the below screenshot shows, it is being found in the helpers..

enter image description here enter image description here

Upvotes: 0

Views: 89

Answers (1)

matty-d
matty-d

Reputation: 2651

I think you need the normal datatables plugin as well. It can be found here

Upvotes: 2

Related Questions