function row_getParentRow<TFeatures, TData>(row):
| Row<TFeatures, TData>
| undefined;function row_getParentRow<TFeatures, TData>(row):
| Row<TFeatures, TData>
| undefined;Defined in: core/rows/coreRowsFeature.utils.ts:123
Looks up this row's direct parent, if it has one.
Parent lookup searches the pre-pagination row model so parent relationships are available even when the parent is not on the current page.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
| Row<TFeatures, TData> | undefined
const parent = row_getParentRow(row)const parent = row_getParentRow(row)