Skip to content

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

Type Parameters

Type ParameterDefault type
Tany

Properties

PropertyTypeDescriptionInherited fromDefined in
colTypeDimensionCols | "rowHeaders"Column viewport rendering the row, including the row-header viewport.-src/types/interfaces.ts:811
itemVirtualPositionItemRepresents the item being rendered.-src/types/interfaces.ts:820
modelTRepresents the data item being rendered.-src/types/interfaces.ts:815
nodeVNodeRepresents the node being rendered.-src/types/interfaces.ts:825
rowTypeDimensionRowsRepresents the dimension type for rows.Pick.rowTypesrc/types/interfaces.ts:846