How to format tables with jira issues
Hi,
i have inserted jira issues on confluence pages by the Jira issue macro. Is there a way to affect the formatting of the resulting table for the pdf export? I would like to avoid page break after the header rows and repeat header rows on new pages in case of long tables. But I don't now, how to address the according HTML-tags.
Thanks in advance
Anita
-
Hi Anita,
Have you seen this: http://www.k15t.com/pages/viewpage.action?pageId=11078043
-Stefan
-
Hi Anita,
you could try the following CSS selector:
div.tablewrap table.grid { ... }
Unfortunately the jira-issues macro doesn't use a more descriptive class than 'grid'.
Also note that this class could be used by other macros / page elements as well. So there could be side effects. YMMVHope that helps,
Jens
Please sign in to leave a comment.
Comments
4 comments