Datatable is white

Datatable is white

complexwildcatcomplexwildcat Posts: 1Questions: 1Answers: 0

I am creating a table in php by getting values from SQL queries. Here is a picture of the result . I have followed the steps on installation and this is a snippet of my code that creates the datatable What I am seeing on the console when I inspect element is that the font color is changed to white but changing the color inline does not seem to solve the issue

Answers

  • kthorngrenkthorngren Posts: 20,942Questions: 26Answers: 4,875

    Looks like that CSS is coming from the bootstrap.css you are loading. According to the BS doc it defaults to:

    Set background-color: #fff; on the body

    Which it looks like was changed in your case. Try an unmodified bootstrap.css to see if it fixes the issue.

    Kevin

This discussion has been closed.