@tanstack/svelte-table 8.11.0 → 8.11.2
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.
|
@@ -2221,7 +2221,7 @@
|
|
|
2221
2221
|
};
|
|
2222
2222
|
const mutateRowIsSelected = (selectedRowIds, id, value, includeChildren, table) => {
|
|
2223
2223
|
var _row$subRows;
|
|
2224
|
-
const row = table.getRow(id);
|
|
2224
|
+
const row = table.getRow(id, true);
|
|
2225
2225
|
|
|
2226
2226
|
// const isGrouped = row.getIsGrouped()
|
|
2227
2227
|
|