Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author extendyourweb

    (@extendyourweb)

    There are two options for the width of columns: Width same for all columns or depending on each column. But you can not specify the width of each column. We will in future versions, thank you very much for your messages.

    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-size: 12px !important;
    }

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

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

    Plugin Author extendyourweb

    (@extendyourweb)

    If you need more help close this thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text size and column size’ is closed to new replies.