How to exclude a header row from being displayed in the rendered table

This article explains how to exclude the header row in a table rendered from a Jira API and uses the JSON Table macro of Advanced Tables for Confluence to render the API data. 

Instructions

  1. Log in to Confluence.
  2. Insert the JSON Table macro in a Confluence page.
  3. Follow the instructions given in the Build a Simple Table from Rest API Data article and save the macro settings.
  4. Edit the macro again.
  5. Select Row Formatting > Header & Footer rows.
  6. Add the following style in the Header row styles field:

    display: none
  7. Refresh the macro. You can see in Preview that the header row is now excluded as shown:

  8. Publish the page.