Skip to content

@revolist/revogrid / 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
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:734
itemVirtualPositionItemRepresents the item being rendered.-src/types/interfaces.ts:703
modelTRepresents the data item being rendered.-src/types/interfaces.ts:698
nodeVNodeRepresents the node being rendered.-src/types/interfaces.ts:708
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:729

Revogrid is a MIT-licensed open source library made by Revolist OU.