Live Server doesn't seem to be loading the
Live Server doesn't seem to be loading the

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
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?
Inspecting the table there doesn't appear to be a
tfoot
defined for the -tag table`:Kevin
Maybe clearing the browser’s cache to make sure any changes are being loaded.
Kevin
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.
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
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 "")
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.
Yes, it will be specific to your environment. I'm using Chrome on a Mac and the page works fine.
Kevin
Try running your page in Chrome in incognito mode perhaps? Generally (although not always) extensions won't run in incognito.
Allan