• Resolved capvet

    (@capvet)


    I’m working with this plugin to fill out some tables of data, and was having a bunch of trouble with the theme formatting the first row differently than the rest. I’ve overridden most of the CSS so that it displays the same.

    But I’m wondering if there’s a way to just disable the use of a header row entirely? I’ve added ‘header_rows=”0″‘ to my first table, but it still seems to be using th’s instead of td’s.

    Alternately, I’m wondering if there’s a way to pull over the header row from the google sheet, as the header row in my page. If you go to the link, there are 3 tables, the first is all the data, and would normally display the header row (last name, first name, etc.) but I’m using ‘strip=1’ on that one. But the lower tables are using query’s to sample subsets of data, but that also filters out the gsheet header row. Is there a way to maintain the header row within queried data?

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

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header_rows=”0″ still has 1 header row?’ is closed to new replies.