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

CellEditorComponent

Interface for cell editor component

Properties

NameTypeDescription
errorMessage
WritableSignal<string | CellValidationError | null>

Error message to be displayed in the editor.

formControl
AbstractControl<any, any>

FormControl, FormGroup or FormArray bound to editor component

parameter
any

Custom parameter for custom logic. For example, MapCellEditor has options and loading property as part of this parameter.