• Resolved antonm18

    (@antonm18)


    Hello!
    Great plugin!

    I am needing help understanding how to pull data via an API into 1 html table. It seems as though every new record is creating a new table rahter than just creating a new row. Thanks in advance!

    <table style="width: 100%;" border=2" cellpadding="15">
    <tr>
    <th>PROJECT</th>
    <th>DESCRIPTION</th>
    <th>STATUS</th>
    <th>DUE DATE</th>
    </tr>
    <tr>
    <td>{title}</td>
    <td>{description}</td>
    <td>{percentage_complete}</td>
    <td>{due_date}</td>
    
    </tr>
    </table>

    -Anton

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Loop through data witht html table’ is closed to new replies.