HTML Table User Attributes

The following table shows the attribute types that are supported.

Name

The name of a table column.

Type

text

Stores arbitrary string data. By default, all HTML content will be assigned this type.

real32

Stores 32-bit floating point values.

real64

Stores 64-bit floating point values.

int8

Stores 8-bit signed integers.

int16

Stores 8-bit signed integers.

int32

Stores 8-bit signed integers.

int64

Stores 8-bit signed integers.

logical

Stores true/false values.