cellRenderer()
cellRenderer(
options?): (constructor) =>void
A function that registers DG.GridCellRender.
Parameters
| Parameter | Type |
|---|---|
options? | object |
options.cellType? | string |
options.columnTags? | string |
options.description? | string |
options.name? | string |
options.virtual? | boolean |
Returns
Function
Parameters
| Parameter | Type |
|---|---|
constructor | Function |
Returns
void