@tanstack/table-core 8.3.2 → 8.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2172,7 +2172,7 @@
2172
2172
  var _table$getState$rowSe;
2173
2173
 
2174
2174
  const totalSelected = Object.keys((_table$getState$rowSe = table.getState().rowSelection) != null ? _table$getState$rowSe : {}).length;
2175
- return totalSelected < table.getCoreRowModel().flatRows.length;
2175
+ return totalSelected > 0 && totalSelected < table.getCoreRowModel().flatRows.length;
2176
2176
  },
2177
2177
  getIsSomePageRowsSelected: () => {
2178
2178
  const paginationFlatRows = table.getPaginationRowModel().flatRows;