• Resolved terrebeynart

    (@terrebeynart)


    Is it possible to suppress the column names in the report output?

    Also can I change the table border to be none?

    The page I need help with: [log in to see the link]

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

    (@scheeeli)

    All of that can be done with CSS or styles on the page like this:
    <style>
    .ELISQLREPORTS-Header-Row { display: none; }
    .ELISQLREPORTS-table td { border: none; }
    </style>

    Thread Starter terrebeynart

    (@terrebeynart)

    Awesome! Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Supress column names?’ is closed to new replies.