diff --git a/packages/table-core/src/features/RowSelection.ts b/packages/table-core/src/features/RowSelection.ts index 90166823aa..a80c2d91c6 100644 --- a/packages/table-core/src/features/RowSelection.ts +++ b/packages/table-core/src/features/RowSelection.ts @@ -436,7 +436,7 @@ export const RowSelection: TableFeature = { ).length return ( totalSelected > 0 && - totalSelected < table.getFilteredRowModel().flatRows.length + totalSelected <= table.getFilteredRowModel().flatRows.length ) }