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
separatorpipe

Overview

This page outlines an example of how to style table columns using the CSV Table macro, Table Plus macro, Attachment Table macro, or JSON Table Macro, which are part of 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.

Since release 6.4, there is now another option for column styling with the columnStyles parameter. It defines column level CSS at the HTML column level where as the columnAttributes parameter works at the element level and provides more than CSS styling capabilities. columnStyles can be easier to use and is recommended for most use cases. However, it does not cover every use case that is available with the columnAttributes parameter. 

Macro Browser Input

Select this Macro

...

Any of the following:

  • Advanced Tables - CSV 
  • Advanced Tables - Table Plus
  • Advanced Tables - Attachment Table

...

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:

...

Column settings > Formatting >  Image Removed Column attributes (1

2

3)

style="border:0;background:lightgrey;"
style="border:0;background:lightyellow;"
style="border:0;background:lightgreen;"

Screenshot

Image Removed

Wiki Markup Input

For a table built using the CSV Table 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

...

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

...

bgColor#fafcd0
Div
stylepadding: 30px 15px 25px 25px; margin-bottom: 25px !important;
classmontage

Image Removed

Styling guide

The table styling shown in this example utilizes the common table capabilities of several Bob Swift Atlassian add-ons including TBL, SQL, and others.

For creative inspiration when styling your own Confluence Tables (including live examples) visit our Styling Guide for Tables.

Style
.montage img {padding-bottom: 25px !important;}

Other Examples

Visit our full list of product examples for additional inspiration!

Image Removed

Include Page
TEMP:Style table columns - 8.x
TEMP:Style table columns - 8.x