Versions Compared

Key

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

Table of Contents
maxlevel3
minlevel2
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.

Macros that include this support

 

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

Parameters

...

  • S - string
  • I - integer
  • F - float (since 5.1.0 may contain comma numeric separator)
  • FC - float with comma as decimal separator and period as numeric separator (since 5.1.0)
  • C - currency or similar where it is a float value with pre or post characters
  • CC - C with comma as decimal separator (since 5.1.0)
  • D - date in the browser date format. See advanced date sorting for more information
  • E - emotions or other HTML elements (since 5.0.0)
  • X - exclude this column from user selectable sorting
  • H - hide the column
  • . or - or : or / - separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by one of the separators indicated by the type.

...

Column

Macros that include this support

 

Include Page
Common parameters
Common parameters

 

Anchor
advancedDate
advancedDate

...