Indicates whether the cell is currently active (focused).
Optional; The cellID
is the unique key, used to identify the cell
Represents the column that the cell belongs to.
Indicates whether the cell is currently in edit mode.
The value to display when the cell is in edit mode.
Indicates whether the cell can be edited.
Represents the grid instance containing the cell
Optional; An object identifying the cell. It contains rowID, columnID, and rowIndex of the cell.
Represents the row that the cell belongs to
Indicates whether the cell is currently selected. It is false, if the sell is not selected, and true, if it is.
An optional title to display for the cell
Optional; An object representing the validation state of the cell. Whether it's valid or invalid, and if it has errors
The current value of the cell.
The index of the column that the cell belongs to. It counts only the visible (not hidden) columns
The CSS width of the cell as a string.
Interface representing a cell in the grid. It is essentially the blueprint to a cell object. Contains definitions of properties and methods, relevant to a cell