ICellTemplateContext Interface
File
wijmo.grid.js
Module
wijmo.grid

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

Properties

Properties

col

Column that contains the cell.

Type
Column

item

Data item bound to the cell.

Type
any

row

Row that contains the cell.

Type
Row

text

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

Type
string

value

Raw value of the property bound to the cell.

Type
any