This article explains how to exclude the header row in a table that is rendered from a JIRA API using JSON table macro of Advanced Tables for Confluence
Instructions
- Log in to Confluence
- Insert JSON table macro on the page
- Follow the instructions on how to Build a Simple Table from Rest API Data and save the macro settings.
- The output is generated as shown in the screenshot below.
- Edit the macro again, under Row Formatting, select Header & Footer rows.
Add the below-given style information in the Header styles field.
display: none
- Refresh the macro and the result show that the header row is excluded as shown in the screenshot below.
- Publish the page.