Skip to content
Advertisement

Datatables don’t load content of database

I’m trying to load users from a table in my database using datatables(https://datatables.net/) but the page is not loading anything at all. I’m getting these errors when I open the console [1]: https://i.stack.imgur.com/ykNTL.png

I loaded the js and css here in this order:

[uncaught ReferenceError: jQuery is not defined at dataTables.bootstrap.min.js:5 at dataTables.bootstrap.min.js:5][1]

/>

Advertisement

Answer

if the page is not loading anything at all after add Query library i reccommend add before link of script defer after that the table load every script make links like this

read this script-async-defer

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement