Skip to content

@revolist/revogrid / 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 ParameterDefault type
Tany

Properties

PropertyTypeDescriptionInherited fromDefined in
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:734
columnVirtualPositionItemRepresents the column being rendered.-src/types/interfaces.ts:677
modelTRepresents the model being rendered.-src/types/interfaces.ts:687
rowVirtualPositionItemRepresents the row being rendered.-src/types/interfaces.ts:682
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:729

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