cellRenderer()
cellRenderer(
options?): (constructor) =>void
Defined in: src/decorators/functions.ts:72
A function that registers DG.GridCellRender.
Parameters
| Parameter | Type |
|---|---|
options? | { cellType: string; columnTags?: string; description?: string; name?: string; virtual?: boolean; } |
options.cellType? | string |
options.columnTags? | string |
options.description? | string |
options.name? | string |
options.virtual? | boolean |
Returns
(constructor) => void