Skip to content

@revolist/revogrid / CellTemplate

Interface: CellTemplate()

Interface for custom cell renderer.

ts
interface CellTemplate(
   createElement: HyperFunc<VNode>, 
   props: CellTemplateProp, 
   additionalData?: any): any

Interface for custom cell renderer.

Parameters

ParameterType
createElementHyperFunc<VNode>
propsCellTemplateProp
additionalData?any

Returns

any

Defined in

src/types/interfaces.ts:137

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