How can I resolve where in my MVC project with DataTables says:

How can I resolve where in my MVC project with DataTables says:

JPalaciosJPalacios Posts: 2Questions: 1Answers: 0

Uncaught TypeError: Cannot read property 'isDataTable' of undefined.

I did investigated before this problem but i don't find an answer for it. I found something about a CDN CAPTCHA Bug, but I´m pretty confuse with it. What I know instantly is that is a problem with a DataTable js file that is not loading in a properly way. But still it is pretty confuse for me... Please can somebody help me with this situation.

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @JPalacios ,

    You would get an error like this if the DataTables library isn't being loaded. It would be worth checking that, or linking to your page so we can take a look,

    Cheers,

    Colin

  • JPalaciosJPalacios Posts: 2Questions: 1Answers: 0

    Hi Colin,

    I would check again to see why does the DataTables library is not loading. Btw I still don't have my page on a hosting, It is in local service, but i don't think that would be a problem for the DataTables right? or it'll be?. Thank you for your answer.

This discussion has been closed.