Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90316
    Markus
    Participant

    Sorry, I am not sure if this a right question here…

    How can I create tables (2-3 columns) in a reponsive design?

    #90338
    Mahesh
    Participant

    @ffwa: You can create a table with following code and it is automatically responsive.

    <table>
        <tr>
            <td>Col 1</td>
            <td>Col 2</td> 
            <td>Col 3</td>
        </tr>
    </table>

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reponsive Tables’ is closed to new replies.