Viewing 1 replies (of 1 total)
  • Plugin Author extendyourweb

    (@extendyourweb)

    You can define the font style you want to the table. The table rows alternate 2 classes: odd and even. You can define two different styles for these classes:

    <style>

    .dataTable {
    font-family: Arial;
    font-size: 12px !important;
    }

    .odd {
    font-size: 12px !important;
    color: #555 !important;
    }

    .even {
    font-size: 14px !important;
    color: #ccc !important;
    }
    </style>

Viewing 1 replies (of 1 total)
  • The topic ‘Change font style’ is closed to new replies.