function table_getCellSelectionRowIds<TFeatures, TData>(table): string[];Defined in: features/cell-selection/cellSelectionFeature.utils.ts:981
Returns the ids of all rows intersected by the selection.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
string[]
const rowIds = table_getCellSelectionRowIds(table)