• Resolved 26devguts

    (@26devguts)


    My website was running totally fine till some day the column labels just vanished from the spreadsheet by itself and the record took over the first row where labels were sitting before. The sorting are still there but labels are shown as a record not a title label. I am uncertain why it appeared that way. I checked my google spreadsheet still has column labels and already had a freeze row.

    I tried to find ways to figure out why it has disappeared. I tried to freeze the row twice in google spreadsheet or format it to different form. It doesn’t work in almost every way. Can you give me a lend to fix it?

    Here’s how igsv-table was set up on my website:
    [gdoc key=”—key—” query=”select B, C, D, E, F, G, H where A = ‘AL'”]
    View the spreadsheet on website: http://www.aslcollege.com/alabama

    Thank you

    • This topic was modified 8 years, 11 months ago by 26devguts.
    • This topic was modified 8 years, 11 months ago by 26devguts.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter 26devguts

    (@26devguts)

    I figured out by simply adding 1…
    [gdoc key=”—key—” query=”select B, C, D, E, F, G, H where A = ‘AL’”, 1]
    NOT this:
    [gdoc key=”—key—” query=”select B, C, D, E, F, G, H where A = ‘AL’”]

    Thanks

    Thread Starter 26devguts

    (@26devguts)

    IT actually worked by adding 1, but it ignored whole query whole expression. There might be something an error. What am i missing?

    Plugin Author Meitar

    (@meitar)

    My website was running totally fine till some day the column labels just vanished from the spreadsheet by itself and the record took over the first row where labels were sitting before.

    This strongly suggests your website has other problems, and you’re almost certainly barking up the wrong tree thinking that this plugin is misbehaving.

    Thread Starter 26devguts

    (@26devguts)

    Yeah, I would have to agree with you. I had to check google spreadsheet, and found out that my spreadsheet’s editor was deleting the whole spreadsheet then copied and pasted. It is clearly an issue. I had it revised back to a time where it worked.

    By the way, thank you for making a time to reply. This plugin is so awesome :).

    Plugin Author Meitar

    (@meitar)

    🙂

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

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