Doesn't show datable results in Ubuntu!

Doesn't show datable results in Ubuntu!

Noel91Noel91 Posts: 7Questions: 2Answers: 0

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

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    edited March 2022

    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

  • Noel91Noel91 Posts: 7Questions: 2Answers: 0

    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.

  • Noel91Noel91 Posts: 7Questions: 2Answers: 0

    Specific in XHR send this message

  • Noel91Noel91 Posts: 7Questions: 2Answers: 0

    according to the file mentioned here

    It has a DB query method

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    Answer ✓

    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

  • Noel91Noel91 Posts: 7Questions: 2Answers: 0

    @kthorngren
    solved, the problem was my database table, I had to reload the information

    Thanks

Sign In or Register to comment.