• Hello!

    Just discovered this plugin while setting up a new project and am quite pleased to see that it’s working just as simply as advertised!

    There’s just one small quirk I noticed with one of the tables on my site, and I’m not sure how to fix it. Basically, instead of a table with the headers on top like this:

    TH TH TH
    TD TD TD
    TD TD TD

    I’ve got a table where the headers run down the first column instead, like so:

    TH[1] TD[1]
    TH[2] TD[2]
    TH[3] TD[3]

    When I shrink the window size to test the responsive version, however, I get the following output:

    TH[1]
    TD[1]
    TH[1]
    TD[2]
    TH[1]
    TD[3]

    Basically, it’s taking the top-left TH and making it the heading for all the TDs. The data arrangement is coming out right, however the titles for cells after the first row are wrong.

    Is there a way to either get it to recognize that the headings are on the side or tell it not to modify that one table?

    • This topic was modified 5 years, 7 months ago by bigcloudmedia. Reason: Fixing code blocks
  • The topic ‘Headers on first column instead of first row’ is closed to new replies.