diff --git a/packages/table-core/src/features/RowSelection.ts b/packages/table-core/src/features/RowSelection.ts index bbb48c88f0..efb927600b 100644 --- a/packages/table-core/src/features/RowSelection.ts +++ b/packages/table-core/src/features/RowSelection.ts @@ -556,7 +556,7 @@ const mutateRowIsSelected = ( includeChildren: boolean, table: Table ) => { - const row = table.getRow(id) + const row = table.getRow(id, true) // const isGrouped = row.getIsGrouped()