Data is not loaded into my table. Instead, I see the message "Loading...".
Data is not loaded into my table. Instead, I see the message "Loading...".
StanR
Posts: 63Questions: 11Answers: 1
I have a table that was working last Friday. It reads data from a MySQL database. When I tried to run it today, I don't see my data, just the message "Loading." Any ideas about what could cause that?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
@StanR I'd check the error console and also the network tab just in case your ajax response with your MySQL data responds with an error. That should give you an idea where to start looking.
Tech notes helped me figure out issues like yours:
https://datatables.net/manual/tech-notes/7
Thanks! I just needed to clear my cache.