Versions Compared

Key

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


Div
idProductTOC

On this page

Table of Contents

...

maxLevel

...

1

...

exclude

...

On this page
typeflat
separatorpipe

Section

Description

Excerpt
hiddentrue

Common table based capabilities and parameters.

A number of macros that produce or modify tables share common capabilities. This page documents the behavior and parameters for these capabilities. A JavaScript enabled browser is required to enable most of these capabilities.

 

Column

Capabilities

  • Column sorting - sort a column by clicking on column heading. Clicking again will reverse the order. 
  • Data specific sorting - see columnTypes parameter
  • Column selection - hide columns
  • Auto sort column
  • Auto numbering of rows - ability to automatically add a leading column with the data row count.
  • Auto total of numeric columns
  • Row highlighting on mouse over - row is highlighted when mouse goes over any row element for non-heading rows
  • Column attributes - ability to set the display attributes (color, font) on a column basis
  • Table attributes - set table class, table style, and row styles - How to control table display characteristics
Column

Macros that include this support

 

...

 

...

Date sorting

Examples

No Format
{table-plus:columnTypes=S,-,.|autoNumber=true|sortColumn=3
|columnAttributes=style="text-align:center;", ,style="background:yellow; font-size:14pt;"}
|| Name || Phone || TCP ||
| John | 555-1234 | 192.168.1.10 |
| Mary Lou | 555-2134 | 192.168.1.12 |
| Bob | 555-4527 | 192.168.1.9 |
{table-plus}

which renders as:

Table plus

sortColumn3
columnTypesS,-,.
columnAttributesstyle="text-align:center;", ,style="background:yellow; font-size:14pt;"
autoNumbertrue

Name

Phone

TCP

John

555-1234

192.168.1.10

Mary Lou

555-2134

192.168.1.12

Bob

555-4527

192.168.1.9
Include Page
info:_CommonTableCapabilitiesTBLCld
info:_CommonTableCapabilitiesTBLCld


Panel
bgColor#fafcd0


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

Image Added

Styling guide

Utilize the common table capabilities of several Bob Swift Atlassian apps including TBL, SQL, and others for your table styling.

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;}