RevoGrid Documentation v4.26.2 / BeforeRowRenderEvent
Interface: BeforeRowRenderEvent<T>
Represents the event object that is emitted before row rendering. It includes information about the dimension type, data item, item, and node.
Extends
Pick<AllDimensionType,"rowType">
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
colType | DimensionCols | "rowHeaders" | Column viewport rendering the row, including the row-header viewport. | - | src/types/interfaces.ts:811 |
item | VirtualPositionItem | Represents the item being rendered. | - | src/types/interfaces.ts:820 |
model | T | Represents the data item being rendered. | - | src/types/interfaces.ts:815 |
node | VNode | Represents the node being rendered. | - | src/types/interfaces.ts:825 |
rowType | DimensionRows | Represents the dimension type for rows. | Pick.rowType | src/types/interfaces.ts:846 |