@kanunilabs/datagrid-react / bandDepth
Function: bandDepth()
bandDepth<
TRow>(columns):number
Defined in: datagrid-core/dist/index.d.ts:1215
How many band rows these columns need. 0 means no band header at all.
Type Parameters
TRow
TRow = GridRowData
Parameters
columns
readonly ColumnRuntime<TRow>[]
Returns
number