function table_getSelectedCellIds<TFeatures, TData>(table): string[];Defined in: features/cell-selection/cellSelectionFeature.utils.ts:877
Returns the ids of all selected cells, in row-major order.
Cells covered by overlapping ranges are returned once, at their first occurrence.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
string[]
const ids = table_getSelectedCellIds(table)