@tanstack/react-table 8.2.0 → 8.2.1

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.
@@ -2669,7 +2669,7 @@ var drawChart = (function (exports) {
2669
2669
  </script>
2670
2670
  <script>
2671
2671
  /*<!--*/
2672
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"06ee-123"},{"name":"react-table/src/index.tsx","uid":"06ee-125"}]}]}],"isRoot":true},"nodeParts":{"06ee-123":{"renderedLength":134386,"gzipLength":23082,"brotliLength":0,"mainUid":"06ee-122"},"06ee-125":{"renderedLength":1900,"gzipLength":752,"brotliLength":0,"mainUid":"06ee-124"}},"nodeMetas":{"06ee-122":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"06ee-123"},"imported":[],"importedBy":[{"uid":"06ee-124"}]},"06ee-124":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"06ee-125"},"imported":[{"uid":"06ee-126"},{"uid":"06ee-122"}],"importedBy":[],"isEntry":true},"06ee-126":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"06ee-124"}],"isExternal":true}},"env":{"rollup":"2.76.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2672
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"5ea7-123"},{"name":"react-table/src/index.tsx","uid":"5ea7-125"}]}]}],"isRoot":true},"nodeParts":{"5ea7-123":{"renderedLength":134397,"gzipLength":23086,"brotliLength":0,"mainUid":"5ea7-122"},"5ea7-125":{"renderedLength":1900,"gzipLength":752,"brotliLength":0,"mainUid":"5ea7-124"}},"nodeMetas":{"5ea7-122":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"5ea7-123"},"imported":[],"importedBy":[{"uid":"5ea7-124"}]},"5ea7-124":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"5ea7-125"},"imported":[{"uid":"5ea7-126"},{"uid":"5ea7-122"}],"importedBy":[],"isEntry":true},"5ea7-126":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ea7-124"}],"isExternal":true}},"env":{"rollup":"2.76.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2673
2673
 
2674
2674
  const run = () => {
2675
2675
  const width = window.innerWidth;
@@ -11,11 +11,11 @@
11
11
  "children": [
12
12
  {
13
13
  "name": "table-core/build/esm/index.js",
14
- "uid": "06ee-128"
14
+ "uid": "5ea7-128"
15
15
  },
16
16
  {
17
17
  "name": "react-table/src/index.tsx",
18
- "uid": "06ee-130"
18
+ "uid": "5ea7-130"
19
19
  }
20
20
  ]
21
21
  }
@@ -25,55 +25,55 @@
25
25
  "isRoot": true
26
26
  },
27
27
  "nodeParts": {
28
- "06ee-128": {
29
- "renderedLength": 134386,
30
- "gzipLength": 23082,
28
+ "5ea7-128": {
29
+ "renderedLength": 134397,
30
+ "gzipLength": 23086,
31
31
  "brotliLength": 0,
32
- "mainUid": "06ee-127"
32
+ "mainUid": "5ea7-127"
33
33
  },
34
- "06ee-130": {
34
+ "5ea7-130": {
35
35
  "renderedLength": 1900,
36
36
  "gzipLength": 752,
37
37
  "brotliLength": 0,
38
- "mainUid": "06ee-129"
38
+ "mainUid": "5ea7-129"
39
39
  }
40
40
  },
41
41
  "nodeMetas": {
42
- "06ee-127": {
42
+ "5ea7-127": {
43
43
  "id": "/packages/table-core/build/esm/index.js",
44
44
  "moduleParts": {
45
- "index.production.js": "06ee-128"
45
+ "index.production.js": "5ea7-128"
46
46
  },
47
47
  "imported": [],
48
48
  "importedBy": [
49
49
  {
50
- "uid": "06ee-129"
50
+ "uid": "5ea7-129"
51
51
  }
52
52
  ]
53
53
  },
54
- "06ee-129": {
54
+ "5ea7-129": {
55
55
  "id": "/packages/react-table/src/index.tsx",
56
56
  "moduleParts": {
57
- "index.production.js": "06ee-130"
57
+ "index.production.js": "5ea7-130"
58
58
  },
59
59
  "imported": [
60
60
  {
61
- "uid": "06ee-131"
61
+ "uid": "5ea7-131"
62
62
  },
63
63
  {
64
- "uid": "06ee-127"
64
+ "uid": "5ea7-127"
65
65
  }
66
66
  ],
67
67
  "importedBy": [],
68
68
  "isEntry": true
69
69
  },
70
- "06ee-131": {
70
+ "5ea7-131": {
71
71
  "id": "react",
72
72
  "moduleParts": {},
73
73
  "imported": [],
74
74
  "importedBy": [
75
75
  {
76
- "uid": "06ee-129"
76
+ "uid": "5ea7-129"
77
77
  }
78
78
  ],
79
79
  "isExternal": true
@@ -3593,7 +3593,7 @@
3593
3593
  const subRows = groupUpRecursively(groupedRows, depth + 1, id); // Flatten the leaf rows of the rows in this group
3594
3594
 
3595
3595
  const leafRows = depth ? flattenBy(groupedRows, row => row.subRows) : groupedRows;
3596
- const row = createRow(table, id, undefined, index, depth);
3596
+ const row = createRow(table, id, leafRows[0].original, index, depth);
3597
3597
  Object.assign(row, {
3598
3598
  groupingColumnId: columnId,
3599
3599
  groupingValue,