removeIdFromParents
Helper method to remove the id of the row from the parent rows looking at it
Presentation
function removeIdFromParents (
  childDefinition: ChildDefinition <SmartNgRXRowBase , SmartNgRXRowBase >,
  id: string,
  parentInfo: ParentInfo [],
): void;Returns
voidParameters
| Name | Type | Description | 
|---|---|---|
| childDefinition |  | the   | 
| id | string | the id of the row being deleted  | 
| parentInfo |  | holds the parent feature, entity, and ids that are affected by the delete  |