Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
idProductTOC

On this page

Table of Contents
maxLevel1
excludeOn this page
typeflat
separator  | 

Overview

This page outlines an example of how to style table columns using the CSV macro, Table Plus macro, or Attachment Table macro, which are part of the the Advanced Tables for Confluence add-on.

Since release 5.4, there are more capabilities to control table display characteristics. Specifically, setting the table class (default is confluenceTable), table style, and row styles. See Common Table Capabilities for more details.

Macro Browser Input

Select this Macro

Macro Name

Any of the following:

  • CSV (Comma Separated Values)
  • Table Plus
  • Attachment Table
Macro Syntax

Any of the following:

  • {csv}
  • {table-plus}
  • {attachment-table}

Define these Parameters/Values 

Each column can be styled by setting the style attribute. For example setting the columnAttributes parameter to:

No Format
style="border:0;background:lightgrey;",style="border:0;background:lightyellow;",style="border:0;background:lightgreen;"

Screenshot

 

Wiki Markup Input

For a table built using the CSV macro:

Code Block
languagetext
linenumberstrue
{csv:columnAttributes=style="border:0;background:lightgrey;",style="border:0;background:lightyellow;",style="border:0;background:lightgreen;"}
	Heading 1,Heading 2,Heading 3
	A1,A2,A3
	B1,B2,B3
{csv} 

 

Example Result

Table plus
columnAttributesstyle="border:0;background:lightgrey;",style="border:0;background:lightyellow;",style="border:0;background:lightgreen;"
Heading 1Heading 2Heading 3
A1A2A3
B1B2B3

 

Other Examples

Visit our full list of product examples for additional inspiration!

 

Include Page
_SupportFooter
_SupportFooter

Include Page
_RightPanel
_RightPanel