addToFilteredChildren()

in sample/frontend/agr-lib/src/lib/types/row.ts [20:24]


  addToFilteredChildren(){
    if (this.parent){
      this.parent.filteredChildren.push(this);
    }
  }