function row_getIsSelected<TFeatures, TData>(row): boolean;function row_getIsSelected<TFeatures, TData>(row): boolean;Defined in: features/row-selection/rowSelectionFeature.utils.ts:461
Checks whether this row id is selected in state.rowSelection.
Missing row ids are treated as not selected.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
boolean
const selected = row_getIsSelected(row)const selected = row_getIsSelected(row)