• Hey,

    we have a lots of tables on our website, most of which are horizontally scrollable. After AMP is activated, they don’t work anymore.

    We are so puzzled because after putting some time into googling this issue there really doesn’t seem to be a solution for Tables in AMP.

    Is that really correct? I cannot believe since there’s a multitude of sites on the web using tables.

    What would be your recommendation when it comes to handling tables?

    Many thanks in advance
    Leo

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

    (@ahmedkaludi)

    @meinsw

    Tables are usually compatible with AMP but it also depends what kind of data you have in the tables. Maybe it’s just formatting thing. Can you post the website URL where you have one of these tables?

    Nancy

    (@nancy10199)

    Hello,

    we have the same problem – the html tables are looking fine on amp, but u cant scroll them. We tried already with the most simple code…

    <table>
    <tbody>
    <tr>
    <td>?Test</td>
    <td>?Test</td>
    <td>?Test</td>
    <td>?Test</td>
    <td>?Test</td>
    <td>?Test</td>
    </tr>
    </tbody>
    </table>

    Is there any easy solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to solve tables with horizontal scrolling?’ is closed to new replies.