CellEditorRenderer
| Generic types: | T |
The instance of this interface hold editing-related information for a table cell.
Properties
| Name | Type | Description |
|---|---|---|
| component | Type< | The editor component |
| errorMessage | WritableSignal<string | | This object stores the validation error message defined in |
| field | keyof T | BaseColumn.field |
| formControl | AbstractControl<any, any, any> |
|
| isChanged | WritableSignal<boolean> | Boolean signal. It true when the cell hold different value with original data. |
| parameter | any | Custom parameter to be passed to the editor |

