TanStack

Table_CellSpanning

Interface: Table_CellSpanning<TFeatures, TData>

Defined in: features/cell-spanning/cellSpanningFeature.types.ts:166

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getCellSpanIndex()

ts
getCellSpanIndex: () => CellSpanIndex<TFeatures, TData>;

Defined in: features/cell-spanning/cellSpanningFeature.types.ts:173

The memoized span index for the rows that are currently rendered.

Returns

CellSpanIndex<TFeatures, TData>