Title: Loop through data witht html table
Last modified: October 2, 2019

---

# Loop through data witht html table

 *  Resolved [antonm18](https://wordpress.org/support/users/antonm18/)
 * (@antonm18)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/loop-through-data-witht-html-table/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Floop-through-data-witht-html-table%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/loop-through-data-witht-html-table/#post-11991194)
 * Hi Anton,
 * what JSON do you use there? Do ypu have an URL for that?
 * If the url should be private, switch to
    [https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no](https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no)
 * Bernhard
    -  This reply was modified 6 years, 8 months ago by [berkux](https://wordpress.org/support/users/berkux/).

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/loop-through-data-witht-html-table/#post-11991194)
 * Status: resolved