Skip to end of banner
Go to start of banner

Column Types

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page

Overview

The macros within the  Advanced Tables for Confluence add-on support a columnTypes parameter which allow you to control how the data in a given column will be treated and formatted. Each columnType can contain a formatting directive that indicates how the value should be displayed.

columnTypes ValueDescriptionFormatting
.Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '.' 
:Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by ':' 
- Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '-' 
/Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '/' 
CCurrency or similar where it is a float value with pre or post characters 
CCC with comma as decimal separator (available since 5.1.0) 
DDate in the browser date format. See  Advanced Date Sorting for more information. 
EEmotions or other HTML elements (available since 5.0.0) 
FFloat (since 5.1.0, this may contain a comma numeric separator)f"0,0.0000"
 FCFloat with a comma used as a decimal separator and a period used as a numeric separator (available since 5.1.0) 
HIndicates to hide the column. 
IThis is a numeric field without a fractional component (also known as a "whole number"). 
SThis is a series of one or more alphanumeric characters, possibly including a letter, number, space, punctuation mark or other special characters 
XIndicates to exclude this column from user selectable sorting 

 


Find answers from the community.

Ask a question to the community.

Log a request with our support team.




Availability

 




Examples for this Add-on

  • No labels