Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

displayAsUrl

displayAsUrl: boolean

Indicates whether this value should be rendered as a hyperlink in the table.

displayName

displayName: Observable<string>

An observable string containing the display name of this column.

minWidth

minWidth: number

name

name: Observable<string>

An observable string containing the name of this column.

originalIndex

originalIndex: number

presentableValue

presentableValue: Observable<string>

An observable string containing the presentable value of this column.

type

An observable string containing the type of this column.

value

value: Observable<any>

An observable containing the value of this column.

visible

visible: Observable<boolean>

A boolean observable indicating whether this column is visible or not. Defaults to true

width

width: number