RealGrid2 API
Interface
LiteralColumn

LiteralColumn

Column that displays fixed values on the screen

Signature:

export interface LiteralColumn extends ValueColumn

Extends: ValueColumn

Remarks

The value specified as value is displayed on the screen.

It is applied by setting 'literal' in the type property.

Inherits ValueColumn.

Properties

PropertyTypeDescription
type"literal"type of column
valuestringText displayed on screen

Properties Desc

type

type of column

Type - "literal"


value

Text displayed on screen

Type - string