Doesn't show datable results in Ubuntu!
Doesn't show datable results in Ubuntu!
Noel91
Posts: 7Questions: 2Answers: 0
in DataTables
Hello, in Ubuntu it does not load the records in Datable only this message "No data available in table"
attached image code with ajax
This question has an accepted answers - jump to answer
Answers
Start by looking at the XHR response using the browser's network inspector tool. See this technote for the steps. What is in the response?
Kevin
hi @kthorngren this works perfect on localhost, but on a digitalocean virtual server it doesn't load the data.
Now regarding your doubt abo
ut RED, I attached the images is what it throws.
Specific in XHR send this message
according to the file mentioned here
It has a DB query method
Looks like the server script is not returning any rows. You will need to debug the script to determine why the sql query is retuning no data.
Kevin
@kthorngren
solved, the problem was my database table, I had to reload the information
Thanks