replaceIdInParents
Helper method to remove the id of the row from the parent rows looking at it
Presentation
function replaceIdInParents (
childDefinition: ChildDefinition <SmartNgRXRowBase , SmartNgRXRowBase >,
id: string,
newId: string,
): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
childDefinition |
| the |
id | string | the id of the row being deleted |
newId | string | the new id to replace the old id with |