setting font size for header and contents?

setting font size for header and contents?

jeff_porterjeff_porter Posts: 4Questions: 0Answers: 0
edited August 2011 in DataTables 1.8
Hello,

Can anyone show me a simple example to set the header font size and the font size for each row in the table please.

I'm tearing my hair out.

Thanks!!!
Jeff Porter

Replies

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin
    Some CSS will do it:

    th { font-size: 12px; }
    td { font-size: 11px; }

    Allan
This discussion has been closed.