function table_setFocusedCell<TFeatures, TData>(
table,
rowId,
columnId): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:532
Collapses the selection to a single cell at the given coordinates.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
string
string
void
table_setFocusedCell(table, '3', 'firstName')