Getting Started
Usages
Columns
API References
ngx-panemu-table / Enum

ColumnType

No documentation has been provided.

Members

NameValueDescription
STRING0

Default type. Value is displayed as is.

INT1

Value is displayed right-aligned

DECIMAL2

Value is displayed right-aligned and formatted as local number incorporating angular LOCALE_ID

DATE3

Value is displayed in 'EEE, d MMM yyyy' format.

DATETIME4

Value is displayed in 'd MMM yyyy H:mm:ss' format.

MAP5

Used specifically by MapColumn. The value is displayed as configured in valueMap parameter.

TICK6

Used specifically by TickColumnClass

COMPUTED7

Used specifically by ComputedColumn. It doesn't have field parameter. The value to render is specified by the formatter argument.

GROUP8

Groups several columns. Used by GroupedColumn.