Getting Started
Usages
Columns
API References
ngx-panemu-table / Interface

CellEditorRenderer

Generic types:T

The instance of this interface hold editing-related information for a table cell.

Properties

NameTypeDescription
component
Type<CellEditorComponent>

The editor component

errorMessage
WritableSignal<string | CellValidationError | null>

This object stores the validation error message defined in formControl.

field
keyof T

BaseColumn.field

formControl
AbstractControl<any, any>

FormControl, FormGroup or FormArray to be passed to editor component.

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