TanStack

TableOptions_CellSpanning

Interface: TableOptions_CellSpanning

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

Properties

enableCellSpanning?

ts
optional enableCellSpanning: boolean;

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

Allows cells to span rows or columns. When false every cell reports a span of 1 and the span index is never built. Defaults to true.