Change Column Text Color in DataTable

Change Column Text Color in DataTable

coemawcoemaw Posts: 4Questions: 0Answers: 0
edited February 2013 in General
Hi All, I am newbie in DataTable. i want to change column text color to white.
how should i do it ?

i am using MVC4 razor.

Thanks in advanced.

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Use: `td { color: white }` in your CSS?

    Allan
This discussion has been closed.