function column_getCanSpan<TFeatures, TData, TValue>(column): boolean;Defined in: features/cell-spanning/cellSpanningFeature.utils.ts:124
Checks whether this column takes part in cell spanning.
A column def opting out with enableCellSpanning: false wins over the table option, matching how the other per-column enable flags resolve.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column<TFeatures, TData, TValue>
boolean
const canSpan = column_getCanSpan(column)