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.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
number