RevoGrid Documentation v4.12.4 / BeforeCellRenderEvent
Interface: BeforeCellRenderEvent<T>
Represents the event object that is emitted before cell rendering. It includes information about the dimension type, column, row, and model.
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T | any |
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:769 |
column | VirtualPositionItem | Represents the column being rendered. | - | src/types/interfaces.ts:712 |
model | T | Represents the model being rendered. | - | src/types/interfaces.ts:722 |
row | VirtualPositionItem | Represents the row being rendered. | - | src/types/interfaces.ts:717 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:764 |