TanStack
Features API Reference

cellSpanningFeature

Variable: cellSpanningFeature

ts
const cellSpanningFeature: TableFeature;

Defined in: features/cell-spanning/cellSpanningFeature.ts:18

Feature that merges adjacent cells that share a value into row-spanning cells, and lets a column def declare column-spanning cells per row.

Stateless: spans are always derived from the rows that are currently rendered, so there is nothing to persist and nothing to configure beyond the column defs.