• Resolved robolsmath

    (@robolsmath)


    I am having trouble in displaying the column headers to the tables. Sometimes, the headers are displayed the way they are in the googlesheet source but most times, either of the following problems are encountered:
    (1) the table skips the header from the googlesheet and considers the first non-header entry as the header instead
    (2) no header is shown in the table at all
    (3) a combination of the first two: one column header is shown while the rest has no header

    See codes below for the three tables I have in that page:
    [gdoc key = "https://docs.google.com/spreadsheets/d/1PD4WwhOocBQDJgJJ6Gu-b1xEH5rthF3f5HqZ2F28YEc/edit#gid=26408987" query = "SELECT A, B, D, C WHERE E %3C= 3 ORDER BY E" class = "no-datatables" use_cache="no"]

    [gdoc key = "https://docs.google.com/spreadsheets/d/1PD4WwhOocBQDJgJJ6Gu-b1xEH5rthF3f5HqZ2F28YEc/edit#gid=26408987" query = "SELECT A, B, C, D WHERE B %3E 0 ORDER BY B DESC" use_cache="no"]

    [gdoc key = "https://docs.google.com/spreadsheets/d/1PD4WwhOocBQDJgJJ6Gu-b1xEH5rthF3f5HqZ2F28YEc/edit#gid=1715472487" query = "select A, C, D, E, B where A != 'FALSE' " use_cache="no"]

    • This topic was modified 6 years, 6 months ago by robolsmath.

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

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

The topic ‘Missing Column Headers’ is closed to new replies.