EditingInfo
| Generic types: | T |
The instance of this interface hold editing-related information for a table row.
Properties
| Name | Type | Description |
|---|---|---|
| editor | { [k: string]: | Object that stores the editors. The key is the |
| form | FormGroup<any> | Angular |
| label | { [k in keyof T]: string; } | Object that stores the column labels. The key is the BaseColumn.field the value is the label. This object is derived from |
| originalRowData | T | Original row data used to detect what cells are changed. |

