Defined in: features/cell-spanning/cellSpanningFeature.types.ts:131
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.