function row_getParentRow<TFeatures, TData>(row):
| Row<TFeatures, TData>
| undefined;Defined in: core/rows/coreRowsFeature.utils.ts:199
Looks up this row's direct parent, if it has one.
Parent lookup prefers the core row model for structural parents, then falls back to the pre-pagination row model for generated parent rows.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
| Row<TFeatures, TData> | undefined
const parent = row_getParentRow(row)