function cell_getCanSelect<TFeatures, TData, TValue>(cell): boolean;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:322
Checks whether this cell can currently be selected.
A column def opting out with enableCellSelection: 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
Cell<TFeatures, TData, TValue>
boolean
const canSelect = cell_getCanSelect(cell)