Live Server doesn't seem to be loading the

Live Server doesn't seem to be loading the

gavilangavilan Posts: 4Questions: 1Answers: 0

Link to test case: https://startbootstrap.com/previews/sb-admin
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: I am running a local version of the template in the link above. I am using VSC and Live Server. The site doesn't seem to be loading the javascript. I don't get any errors, but the theader and tfoot are not showing, the search is not working, filters are not working either. The dom is loading correctly, not sure where else to look. Thanks.

Answers

  • kthorngrenkthorngren Posts: 21,840Questions: 26Answers: 5,049

    The Datatable on the page you linked to is working. I changed the page length, searched for new and changed to page 2.

    Are you still having issues with the page?

    but the theader and tfoot are not showing

    Inspecting the table there doesn't appear to be a tfoot defined for the -tag table`:

    Kevin

  • kthorngrenkthorngren Posts: 21,840Questions: 26Answers: 5,049
    edited March 8

    Maybe clearing the browser’s cache to make sure any changes are being loaded.

    Kevin

  • gavilangavilan Posts: 4Questions: 1Answers: 0

    Sorry for the confusion. I was sharing the link to the demo site that I was using on my local machine. I have now uploaded to a test site: https://bbq5.com/tables.html. This is the version I am working with, as you can see now, the titles, filters, etc are not showing. Thanks for helping me out.

  • kthorngrenkthorngren Posts: 21,840Questions: 26Answers: 5,049
    edited March 9

    The Datatables features seems to be working:

    I searched for san, changed the page length to 5 and changed to page 2.

    Please provide specific steps to show the issues you are having.

    Kevin

  • gavilangavilan Posts: 4Questions: 1Answers: 0

    I am using Chrome on my Mac. All I am doing is loading the page, but the data filters don't work when clicked, the titles are not showing, and the search isn't working. When I go to the template site, everything works, but on the version I installed, these things don't work. If I try Safari, I can see it working. Not sure why Chrome is acting up.
    (https://datatables.net/forums/uploads/editor/ky/8zu3p45afjok.jpg "")

  • gavilangavilan Posts: 4Questions: 1Answers: 0

    I think it is one of the extensions I am running. I will find out which one is messing things up. Thanks for your help.

  • kthorngrenkthorngren Posts: 21,840Questions: 26Answers: 5,049

    Yes, it will be specific to your environment. I'm using Chrome on a Mac and the page works fine.

    Kevin

  • allanallan Posts: 64,230Questions: 1Answers: 10,599 Site admin

    Try running your page in Chrome in incognito mode perhaps? Generally (although not always) extensions won't run in incognito.

    Allan

Sign In or Register to comment.