Class TextRenderer

A cell renderer which renders data values as text.

Hierarchy (view full)

Constructors

Properties

backgroundColor: CellRenderer.ConfigOption<string>

The CSS color for the cell background.

Which side to draw the ellipsis. Set to 'none' to disable ellipsis.

The CSS shorthand font for drawing the text.

format: FormatFunc

The format function for the cell value.

The horizontal alignment for the cell text.

horizontalPadding: number

The horizontal alignment for the cell text.

textColor: CellRenderer.ConfigOption<string>

The CSS color for drawing the text.

The vertical alignment for the cell text.

wrapText: CellRenderer.ConfigOption<boolean>

Boolean flag for applying text wrapping.

Methods