TanStack

table_getMaxSubRowDepth

Function: table_getMaxSubRowDepth()

ts
function table_getMaxSubRowDepth<TFeatures, TData>(table): number;

Defined in: core/rows/coreRowsFeature.utils.ts:174

Returns the deepest structural row depth in the core row model. Root rows are depth 0, their direct sub-rows are depth 1, and so on.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

number