[]
        
(Showing Draft Content)

ICellTemplateContext Interface

ICellTemplateContext Interface

Represents a context used for generating HTML strings to be used as content for a cell.

Heirarchy

  • ICellTemplateContext

Properties

Properties

col

col: Column

Column that contains the cell.

item

item: any

Data item bound to the cell.

row

row: Row

Row that contains the cell.

text

text: string

Formatted/mapped value of the property bound to the cell.

value

value: any

Raw value of the property bound to the cell.