Datatables.js can't be loaded in my VS 2022

Datatables.js can't be loaded in my VS 2022

lmnguyenlmnguyen Posts: 9Questions: 5Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • kthorngrenkthorngren Posts: 22,217Questions: 26Answers: 5,112

    Duplicate of this thread.

    Kevin

  • lmnguyenlmnguyen Posts: 9Questions: 5Answers: 0


    Here is my issues: Com go to DataTables.net select my options and download the Datatables.js and datatables.css files, I then Add these files into my VS project (Im using VS 2022 version) when I Run my app I got these issues. I have no idea why the files can't be loaded. Please view my attached file

  • kthorngrenkthorngren Posts: 22,217Questions: 26Answers: 5,112

    Maximum call stack size exceeded

    This is typically some sort of infinite loop. What is on line 17 of shCore.js?

    Can you post a link to your page so we can help debug?

    Kevin

  • allanallan Posts: 64,845Questions: 1Answers: 10,733 Site admin
    edited July 31

    shCore.js is probably the syntax highlighter I use on this site and in the DataTables examples (it's in the resources directory).

    Are you attempting to do syntax highlighting on your page and you are using the same library?

    As Kevin says, we'd really need a link to a test case showing the issue.

    Allan

    edit I've deleted your duplicate discussion.

Sign In or Register to comment.