Interface: BooleanComponentTypeProperties

index.BooleanComponentTypeProperties

See

BOOLEAN

Hierarchy #

Properties #

hidden #

hidden: boolean

Hides this table column

Inherited from #

GenericComponentTypeProperties.hidden

Defined in #

dataComponent/GenericComponentTypeProperties.ts:20


inverted #

inverted: boolean

Inverts the shown boolean value

Defined in #

dataComponent/BooleanComponentTypeProperties.ts:20


sortable #

sortable: boolean

If the values in this column can be sorted by clicking on the table header. Should usually be turned off for columns using a custom component.

Inherited from #

GenericComponentTypeProperties.sortable

Defined in #

dataComponent/GenericComponentTypeProperties.ts:15


truthy #

truthy: unknown

The columns value is loosely checked against this value to determine if it's true or false.

Defaults to true but can be changed to for example a string, if your system uses an unusual value for true like the string “active”

Defined in #

dataComponent/BooleanComponentTypeProperties.ts:15


type #

type: BOOLEAN

Type of this component/column

Overrides #

GenericComponentTypeProperties.type

Defined in #

dataComponent/BooleanComponentTypeProperties.ts:8