Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 6

...

Table plus
TypeDescriptionSorting

Total Formatting

Data Formatting
SText string. This is a series of one or more alphanumeric characters, possibly including a letter, number, space, punctuation mark or other special characters.Alphabetic

IInteger. This is a numeric field without a fractional component.Numeric(tick)
FNumeric or float value and may contain numeric separators including a decimal point and a comma for thousands separator.Numeric(tick)
FFNumeric or float value and may contain numeric separators including a decimal point and a comma for thousands separator. Forced formatting of data columns.Numeric(tick)
FCNumeric or float value and may contain numeric separators including a comma for decimal separator and a period for thousands separator.Numeric(tick)
CSimilar to F with more leniency on leading and trailing characters to allow currency and similar symbols to be present and ignored.Numeric(tick)
CCSimilar to FC with more leniency on leading and trailing characters to allow currency and similar symbols to be present and ignored.Numeric(tick)
M

Date format in many popular formats. See Advanced Date Sorting for more information. This is the preferred date sorting type.

Date
(tick)
DDate in the browser date format. See Advanced Date Sorting for more information. The D type is available for compatibility with older releases - the M type is recommended.Date

EEmoticons or other HTML elements.Alphabetic on the inner HTML value

XIndicates to exclude this column from user selectable sorting.Disabled

.Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '.'.Numeric on each separated value

:Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by ':'.Numeric on each separated value

- Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '-'.Numeric on each separated value

/Separated numbers, like phone numbers or TCP addresses. Valid values are multiple integer numbers separated by '/'.Numeric on each separated value

HIndicates to hide the column.


Tip
titleExample Use

Column types: S,I,F"0,0",F"$0,0.00"