function table_moveCellSelection<TFeatures, TData>(table, direction): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:724
Moves the selection one step in a direction, collapsing it to a single cell.
With nothing selected, this selects the first selectable cell so keyboard navigation has somewhere to start.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_moveCellSelection(table, 'down')